Skip to content

Commit d4c1248

Browse files
authored
Bump deps and tools (#89)
1 parent 8561ea1 commit d4c1248

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ repos:
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
52-
- flake8-bugbear==23.2.13
53-
- flake8-comprehensions==3.10.1
52+
- flake8-bugbear==23.3.12
53+
- flake8-comprehensions==3.11.1
5454
- flake8-pytest-style==1.7.2
5555
- flake8-spellcheck==0.28
5656
- flake8-unused-arguments==0.0.13
57-
- flake8-noqa==1.3
57+
- flake8-noqa==1.3.1
5858
- pep8-naming==0.13.3
59-
- flake8-pyproject==1.2.2
59+
- flake8-pyproject==1.2.3
6060
- repo: https://github.com/pre-commit/mirrors-prettier
6161
rev: "v2.7.1"
6262
hooks:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ passenv =
3737
basepython = python3.10
3838
skip_install = true
3939
deps =
40-
pre-commit>=3.1.1
40+
pre-commit>=3.2
4141
commands =
4242
pre-commit run --all-files --show-diff-on-failure
4343
python -c 'print("hint: run {envdir}/bin/pre-commit install to add checks as pre-commit hook")'

0 commit comments

Comments
 (0)