Skip to content

Commit 73c6498

Browse files
committed
Update pre-commit config
1 parent c57f2da commit 73c6498

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616

1717
repos:
1818
- repo: https://github.com/psf/black
19-
rev: 24.1.1
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
22-
language_version: python3.10
2322
- repo: https://github.com/PyCQA/isort
2423
rev: 5.13.2
2524
hooks:
2625
- id: isort
27-
language_version: python3.10

0 commit comments

Comments
 (0)