Skip to content

Commit

Permalink
lint: freeze the linter versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Feb 17, 2023
1 parent a0e2622 commit 2390266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ commands = pytest {tty:--color=yes} --junit-xml=results/test-results-{env_name}.
skip_install = true
deps =
# renovate: datasource=pypi
black>=22.12.0
black==22.12.0
# renovate: datasource=pypi
ruff==0.0.245
# renovate: datasource=pypi
codespell[tomli]>=2.2.2
codespell[tomli]==2.2.2
# renovate: datasource=pypi
yamllint==1.29.0
env_dir = {work_dir}/linting
Expand Down Expand Up @@ -86,7 +86,7 @@ description = Static type checking
base = testenv
deps =
# renovate: datasource=pypi
mypy[reports]>=0.991
mypy[reports]==0.991
env_dir = {work_dir}/typing
runner = ignore_env_name_mismatch
package = editable
Expand Down

0 comments on commit 2390266

Please sign in to comment.