Skip to content

Commit a3a5f6b

Browse files
ndgrigoriangithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent b6aa4e0 commit a3a5f6b

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
@@ -38,7 +38,7 @@ repos:
3838
- tomli
3939

4040
- repo: https://github.com/psf/black
41-
rev: 25.1.0
41+
rev: 26.1.0
4242
hooks:
4343
- id: black
4444
exclude: "_vendored/conv_template.py"
@@ -50,13 +50,13 @@ repos:
5050
args: ["-i"]
5151

5252
- repo: https://github.com/MarcoGorelli/cython-lint
53-
rev: v0.16.6
53+
rev: v0.19.0
5454
hooks:
5555
- id: cython-lint
5656
- id: double-quote-cython-strings
5757

5858
- repo: https://github.com/pycqa/flake8
59-
rev: 7.1.2
59+
rev: 7.3.0
6060
hooks:
6161
- id: flake8
6262
args: ["--config=.flake8"]
@@ -65,7 +65,7 @@ repos:
6565
- flake8-bugbear==24.4.26
6666

6767
- repo: https://github.com/pycqa/isort
68-
rev: 6.0.1
68+
rev: 8.0.0
6969
hooks:
7070
- id: isort
7171
name: isort (python)
@@ -77,7 +77,7 @@ repos:
7777
types: [pyi]
7878

7979
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
80-
rev: v2.14.0
80+
rev: v2.16.0
8181
hooks:
8282
- id: pretty-format-toml
8383
args: [--autofix]

0 commit comments

Comments
 (0)