Skip to content

Commit 89b6727

Browse files
committed
Update pre-commit hooks
1 parent 5370b02 commit 89b6727

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232
args: [-w]
3333

3434
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
35-
rev: v2.13.0
35+
rev: v2.14.0
3636
hooks:
3737
- id: pretty-format-yaml
3838
args: [--autofix, --indent, '2', --preserve-quotes, --offset, '2']
@@ -51,37 +51,37 @@ repos:
5151
- id: text-unicode-replacement-char
5252

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

5959
- repo: https://github.com/psf/black
60-
rev: 24.4.2
60+
rev: 24.10.0
6161
hooks:
6262
- id: black
6363
language_version: python3
6464

6565
- repo: https://github.com/asottile/blacken-docs
66-
rev: 1.16.0
66+
rev: 1.19.1
6767
hooks:
6868
- id: blacken-docs
6969
additional_dependencies:
70-
- black==24.4.2
70+
- black==24.10.0
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.10.0
73+
rev: v1.14.1
7474
hooks:
7575
- id: mypy
7676
additional_dependencies: [types-six, types-toml]
7777

7878
- repo: https://github.com/pycqa/flake8
79-
rev: 7.1.0
79+
rev: 7.1.1
8080
hooks:
8181
- id: flake8
8282

8383
- repo: https://github.com/PyCQA/bandit
84-
rev: 1.7.9
84+
rev: 1.8.0
8585
hooks:
8686
- id: bandit
8787
args: [-c, bandit.yaml]

0 commit comments

Comments
 (0)