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