fix: format all code with black
and from now on should not deviate from that...
This commit is contained in:
parent
49f9a0228b
commit
a6bb538ce9
59 changed files with 2762 additions and 2131 deletions
6
tox.ini
6
tox.ini
|
@ -10,6 +10,12 @@ commands = pytest {posargs}
|
|||
[testenv:nox]
|
||||
extras = tests
|
||||
|
||||
[testenv:black]
|
||||
basepython = python3.11
|
||||
extras = tests
|
||||
deps =
|
||||
commands = black --check .
|
||||
|
||||
[testenv:pylint]
|
||||
basepython = python3.11
|
||||
extras = db,tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue