Skip to content

Commit d1f04a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/psf/black: 22.8.0 → 25.1.0](psf/black@22.8.0...25.1.0) - [github.com/keewis/blackdoc: v0.3.6 → v0.3.9](keewis/blackdoc@v0.3.6...v0.3.9) - [github.com/PyCQA/flake8: 5.0.4 → 7.2.0](PyCQA/flake8@5.0.4...7.2.0) - [github.com/PyCQA/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v4.0.0-alpha.8)
1 parent 434f55d commit d1f04a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -13,26 +13,26 @@ repos:
1313
- id: double-quote-string-fixer
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black-jupyter
1919

2020
- repo: https://github.com/keewis/blackdoc
21-
rev: v0.3.6
21+
rev: v0.3.9
2222
hooks:
2323
- id: blackdoc
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 5.0.4
26+
rev: 7.2.0
2727
hooks:
2828
- id: flake8
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.10.1
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.0-alpha.0
36+
rev: v4.0.0-alpha.8
3737
hooks:
3838
- id: prettier

0 commit comments

Comments
 (0)