Skip to content

Commit fd1708a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [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 208a14b commit fd1708a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -44,11 +44,11 @@ repos:
4444
- flake8-isort
4545
- flake8-string-format
4646
- repo: https://github.com/psf/black
47-
rev: 24.8.0
47+
rev: 25.1.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 6.0.0
5252
hooks:
5353
- id: isort
5454
args: [--profile=black]

0 commit comments

Comments
 (0)