Skip to content

Commit 55d3f42

Browse files
committed
Update pre-commit hooks
1 parent da6a6ae commit 55d3f42

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: remove-tabs
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.6
29+
rev: v2.3.0
3030
hooks:
3131
- id: codespell
3232
args: [-w]
@@ -51,13 +51,13 @@ repos:
5151
- id: text-unicode-replacement-char
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.15.2
54+
rev: v3.16.0
5555
hooks:
5656
- id: pyupgrade
5757
args: [--py37-plus]
5858

5959
- repo: https://github.com/psf/black
60-
rev: 24.3.0
60+
rev: 24.4.2
6161
hooks:
6262
- id: black
6363
language_version: python3
@@ -66,21 +66,22 @@ repos:
6666
rev: 1.16.0
6767
hooks:
6868
- id: blacken-docs
69-
additional_dependencies: [black==24.3.0]
69+
additional_dependencies:
70+
- black==24.4.2
7071

7172
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v1.9.0
73+
rev: v1.10.0
7374
hooks:
7475
- id: mypy
7576
additional_dependencies: [types-six, types-toml]
7677

7778
- repo: https://github.com/pycqa/flake8
78-
rev: 7.0.0
79+
rev: 7.1.0
7980
hooks:
8081
- id: flake8
8182

8283
- repo: https://github.com/PyCQA/bandit
83-
rev: 1.7.8
84+
rev: 1.7.9
8485
hooks:
8586
- id: bandit
8687
args: [-c, bandit.yaml]

0 commit comments

Comments
 (0)