Skip to content

Commit

Permalink
Bump deps and tools (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Mar 21, 2023
1 parent 72112d3 commit d4ffe25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.2.13
- flake8-comprehensions==3.10.1
- flake8-bugbear==23.3.12
- flake8-comprehensions==3.11.1
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
- flake8-noqa==1.3
- flake8-noqa==1.3.1
- pep8-naming==0.13.3
- flake8-pyproject==1.2.2
- flake8-pyproject==1.2.3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ passenv =
PROGRAMDATA
skip_install = true
deps =
pre-commit>=3.1.1
pre-commit>=3.2
commands =
pre-commit run --all-files --show-diff-on-failure

Expand All @@ -66,7 +66,7 @@ setenv =
skip_install = true
deps =
covdefaults>=2.3
coverage[toml]>=7.2.1
coverage[toml]>=7.2.2
diff-cover>=7.5
extras =
parallel_show_output = true
Expand Down

0 comments on commit d4ffe25

Please sign in to comment.