misc-csechet/.flake8

12 lines
173 B
INI

[flake8]
ignore =
# Line too long
E501
# at least two spaces before inline comment
E261
max-complexity = 10
per-file-ignores =
# Imported but unused
__init__.py:F401