Skip to content

Commit 2e01391

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.1.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.1.0 → 25.12.0](psf/black-pre-commit-mirror@22.1.0...25.12.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0) - [github.com/PyCQA/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.5.1...v4.0.0-alpha.8)
1 parent cf2bd5d commit 2e01391

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,22 +9,22 @@ repos:
99
- id: check-yaml
1010
- id: double-quote-string-fixer
1111

12-
- repo: https://github.com/psf/black
13-
rev: 22.1.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.12.0
1414
hooks:
1515
- id: black-jupyter
1616

1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 4.0.1
18+
rev: 7.3.0
1919
hooks:
2020
- id: flake8
2121

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

2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: v2.5.1
28+
rev: v4.0.0-alpha.8
2929
hooks:
3030
- id: prettier

0 commit comments

Comments
 (0)