test: remove black from tox, dependencies
seems like overkill?
This commit is contained in:
parent
0688ed4dd1
commit
c5577bf30e
2 changed files with 1 additions and 7 deletions
6
tox.ini
6
tox.ini
|
@ -10,12 +10,6 @@ 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