Skip to content

Commit cb646b2

Browse files
committed
Update the pre-commit versions
1 parent 36290a8 commit cb646b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

3939
- repo: https://github.com/psf/black
40-
rev: 25.1.0
40+
rev: 25.9.0
4141
hooks:
4242
- id: black
4343
exclude: "_vendored/conv_template.py"
@@ -49,13 +49,13 @@ repos:
4949
args: ["-i"]
5050

5151
- repo: https://github.com/MarcoGorelli/cython-lint
52-
rev: v0.16.6
52+
rev: v0.17.0
5353
hooks:
5454
- id: cython-lint
5555
- id: double-quote-cython-strings
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.2
58+
rev: 7.3.0
5959
hooks:
6060
- id: flake8
6161
args: ["--config=.flake8"]
@@ -64,7 +64,7 @@ repos:
6464
- flake8-bugbear==24.4.26
6565

6666
- repo: https://github.com/pycqa/isort
67-
rev: 6.0.1
67+
rev: 6.1.0
6868
hooks:
6969
- id: isort
7070
name: isort (python)
@@ -76,7 +76,7 @@ repos:
7676
types: [pyi]
7777

7878
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
79-
rev: v2.14.0
79+
rev: v2.15.0
8080
hooks:
8181
- id: pretty-format-toml
8282
args: [--autofix]

0 commit comments

Comments
 (0)