Skip to content

Commit 8098883

Browse files
committed
Update pre-commit
1 parent 4997cab commit 8098883

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 25.9.0
3+
rev: 26.3.1
44
hooks:
55
- id: black
66
language_version: "python3.12"
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 7.0.0
9+
rev: 9.0.0a3
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [ toml ]
@@ -19,6 +19,6 @@ repos:
1919
- id: debug-statements
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v3.1.0
22+
rev: v3.2.0
2323
hooks:
2424
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)