Skip to content

Commit a8c94b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0) - [github.com/psf/black: 22.1.0 → 24.4.2](psf/black@22.1.0...24.4.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0) - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [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 a8c94b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,21 +10,21 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 22.1.0
13+
rev: 24.4.2
1414
hooks:
1515
- id: black-jupyter
1616

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

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.10.1
23+
rev: 5.13.2
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)