Skip to content

Commit

Permalink
pin flake, isort and mypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Jul 25, 2024
1 parent c499c31 commit b47a253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b47a253

Please sign in to comment.