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