andreped/ReferenceBot
0
1[metadata]2description-file = README.md3 4[isort]5force_single_line=True6known_first_party=aeropath7line_length=1608profile=black9 10[flake8]11# imported but unused in __init__.py, that's ok.12per-file-ignores=*__init__.py:F40113ignore=E203,W503,W605,F632,E266,E731,E712,E74114max-line-length=12015 