Skip to content

Commit cfc16c7

Browse files
authored
Bump deps and tools (#56)
1 parent b3d3945 commit cfc16c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
- flake8-bugbear==23.2.13
48-
- flake8-comprehensions==3.10.1
47+
- flake8-bugbear==23.3.12
48+
- flake8-comprehensions==3.11
4949
- flake8-pytest-style==1.7.2
5050
- flake8-spellcheck==0.28
5151
- flake8-unused-arguments==0.0.13
52-
- flake8-noqa==1.3
52+
- flake8-noqa==1.3.1
5353
- pep8-naming==0.13.3
5454
- flake8-pyproject==1.2.2
5555
- repo: https://github.com/pre-commit/mirrors-prettier

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ passenv =
3636
PROGRAMDATA
3737
skip_install = true
3838
deps =
39-
pre-commit>=3.1.1
39+
pre-commit>=3.2
4040
commands =
4141
pre-commit run --all-files --show-diff-on-failure
4242

0 commit comments

Comments
 (0)