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