Skip to content

Commit 4f368dd

Browse files
committed
Update pre-commit hooks
1 parent e4db9e5 commit 4f368dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/asottile/pyupgrade
4-
rev: v3.20.0
4+
rev: v3.21.2
55
hooks:
66
- id: pyupgrade
77
args: [--py310-plus]
88
- repo: https://github.com/pycqa/isort
9-
rev: "6.0.1"
9+
rev: "7.0.0"
1010
hooks:
1111
- id: isort
1212
- repo: https://github.com/psf/black
13-
rev: "25.1.0"
13+
rev: "25.11.0"
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/Lucas-C/pre-commit-hooks
1717
rev: v1.5.5
1818
hooks:
1919
- id: remove-tabs
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: check-yaml
2525
exclude: ^zmk/templates
2626
- id: check-added-large-files
2727
- id: check-shebang-scripts-are-executable
2828
- repo: https://github.com/tombi-toml/tombi-pre-commit
29-
rev: v0.4.37
29+
rev: v0.6.53
3030
hooks:
3131
- id: tombi-format
3232
- id: tombi-lint

0 commit comments

Comments
 (0)