Skip to content

Commit cc1cef4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.8.0 → 25.9.0](psf/black-pre-commit-mirror@22.8.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0)
1 parent 868954a commit cc1cef4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
exclude: ".json"
55
repos:
6-
- repo: https://github.com/psf/black
7-
rev: 22.8.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.9.0
88
hooks:
99
- id: black
1010

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.3.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -20,7 +20,7 @@ repos:
2020
- id: check-merge-conflict
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.10.1
23+
rev: 7.0.0
2424
hooks:
2525
- id: isort
2626

0 commit comments

Comments
 (0)