Merge blake8 conf to tox.ini

This commit is contained in:
kaliko 2024-10-26 20:11:39 +02:00
parent 601e393ec7
commit bd9751586c
2 changed files with 7 additions and 1 deletions

View File

@ -1 +0,0 @@
select = Q0

View File

@ -45,3 +45,10 @@ commands =
deps = {[testenv]deps}
commands =
codespell --write-changes
[flake8]
max-line-length = 100
extend-ignore = E203,E501,W503
exclude = *.*/*
multiline-quotes = '''
docstring-quotes = '''