mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
pin flake, isort and mypy versions
This commit is contained in:
parent
c499c313c2
commit
b47a253ccb
1 changed files with 3 additions and 3 deletions
|
@ -14,17 +14,17 @@ deps =
|
|||
commands = pytest -r s --cov --cov-report=term --cov-report=xml .
|
||||
|
||||
[testenv:flake8]
|
||||
deps = flake8
|
||||
deps = flake8==7.1.0
|
||||
commands = flake8 .
|
||||
skip_install = True
|
||||
|
||||
[testenv:isort]
|
||||
deps = isort
|
||||
deps = isort==5.13.2
|
||||
commands = isort --check --diff .
|
||||
skip_install = True
|
||||
|
||||
[testenv:mypy]
|
||||
deps = mypy
|
||||
deps = mypy==1.11.0
|
||||
commands = mypy .
|
||||
skip_install = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue