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