Skip to content

Commit a301caf

Browse files
authored
Merge pull request #156 from IntelPython/bot/pre-commit-autoupdate
Weekly pre-commit autoupdate
2 parents e44f79f + 1a03171 commit a301caf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

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

5151
- repo: https://github.com/MarcoGorelli/cython-lint
52-
rev: v0.17.0
52+
rev: v0.19.0
5353
hooks:
5454
- id: cython-lint
5555
- id: double-quote-cython-strings
@@ -64,7 +64,7 @@ repos:
6464
- flake8-bugbear==24.4.26
6565

6666
- repo: https://github.com/pycqa/isort
67-
rev: 6.1.0
67+
rev: 8.0.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.15.0
79+
rev: v2.16.0
8080
hooks:
8181
- id: pretty-format-toml
8282
args: [--autofix]

0 commit comments

Comments
 (0)