Skip to content

Commit

Permalink
Fix count in flake8 config (MiczFlor#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored and c0un7-z3r0 committed Apr 30, 2023
1 parent 75e0d87 commit 6fdbf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ per-file-ignores =
# Not necessary, if __all__ is declared in __init__ file
# https://www.python.org/dev/peps/pep-0008/#id48
__init__.py:F401
count
count = True
max-complexity = 12
statistics = True
filename = *.py,*.py.*
Expand Down

0 comments on commit 6fdbf43

Please sign in to comment.