aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 7fdc71c58814cd163ab993518d3bde812c7e0770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[flake8]
max-line-length=100
ignore=ANN101,D107,W503
# Don't lint the venv or the CPython cache.
exclude=.cache,.venv,.git,constants.py,__pycache__
application_import_names=arthur

[tool.isort]
profile = "black"
multi_line_output = 5