Skip to content

Commit cbf1c70

Browse files
[meta] update pre-commit
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent c8132f4 commit cbf1c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ default_language_version:
44
python: python3.11
55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.8.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 6.0.0
1212
hooks:
1313
- id: isort
1414
ci:

0 commit comments

Comments
 (0)