diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +[flake8] +max-line-length=100 +ignore=ANN101,D107,W503 +# Don't lint the venv or the CPython cache. +exclude=.venv,__pycache__ + +[tool.isort] +profile = "black" +multi_line_output = 5 |