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

6 lines
122 B

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