AeroPath / setup.cfg
andreped's picture
Added linting scripts
87f4ea6 unverified
[metadata]
description-file = README.md
[isort]
force_single_line=True
known_first_party=aeropath
line_length=160
profile=black
[flake8]
# imported but unused in __init__.py, that's ok.
per-file-ignores=*__init__.py:F401
ignore=E203,W503,W605,F632,E266,E731,E712,E741
max-line-length=160