aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: a86910e605e004ebd6a8c6ad4af0a5e18a79d8ab (plain) (blame)
1
2
3
4
5
6
[flake8]
max-line-length=100
ignore=S106
application_import_names=pydis_site
exclude=__pycache__, venv, .venv, **/migrations
import-order-style=pycharm