diff options
author | 2021-07-17 20:10:11 +0100 | |
---|---|---|
committer | 2021-07-17 20:10:11 +0100 | |
commit | d3d81582cd7005df16fe3f5306e6afbed75bdb74 (patch) | |
tree | 323a7441f6c4d32833fee922208121497c77a9de /tox.ini |
Initial commit
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 |