Skip to content

Commit 8d58c60

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0)
1 parent 61c0ab9 commit 8d58c60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-yaml
1414
- id: check-case-conflict
@@ -18,14 +18,14 @@ repos:
1818
- id: requirements-txt-fixer
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.2
21+
rev: 6.1.0
2222
hooks:
2323
- id: isort
2424
name: Format imports
2525
exclude: docs/
2626

27-
- repo: https://github.com/psf/black
28-
rev: 24.3.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 25.9.0
2929
hooks:
3030
- id: black
3131
name: Format code

0 commit comments

Comments
 (0)