aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 21097cd97d4e16b6fed30cc0e4e47e815068f229 (plain) (blame)
1
2
3
4
5
6
[flake8]
max-line-length=120
application_import_names=bot,tests
exclude=.cache,.venv
ignore=B311,W503,E226,S311,T000
import-order-style=pycharm