You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mipac/.flake8

7 lines
158 B

[flake8]
per-file-ignores=
./mipac/__init__.py:E402,F403,F811,F401
./mipac/**/__init__.py:F403,F401
./mipac/_version.py:E501
max-line-length = 99