Apply swh-py-template v0.2.3
This commit is contained in:
parent
5003e6588f
commit
c6baacbcd7
6 changed files with 15 additions and 15 deletions
10
tox.ini
10
tox.ini
|
@ -22,16 +22,16 @@ commands =
|
|||
[testenv:black]
|
||||
skip_install = true
|
||||
deps =
|
||||
black==23.1.0
|
||||
black==24.8.0
|
||||
commands =
|
||||
{envpython} -m black --check swh
|
||||
|
||||
[testenv:flake8]
|
||||
skip_install = true
|
||||
deps =
|
||||
flake8==5.0.4
|
||||
flake8-bugbear==22.9.23
|
||||
pycodestyle==2.9.1
|
||||
flake8==7.1.1
|
||||
flake8-bugbear==24.4.26
|
||||
pycodestyle==2.12.1
|
||||
commands =
|
||||
{envpython} -m flake8
|
||||
|
||||
|
@ -39,7 +39,7 @@ commands =
|
|||
extras =
|
||||
testing
|
||||
deps =
|
||||
mypy==1.8.0
|
||||
mypy==1.11.1
|
||||
commands =
|
||||
mypy swh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue