Skip to content

Commit b981dd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/psf/black: 22.1.0 → 22.6.0](psf/black@22.1.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.7.1](pre-commit/mirrors-prettier@v2.5.1...v2.7.1)
1 parent 31594e3 commit b981dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

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

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

@@ -25,6 +25,6 @@ repos:
2525
- id: isort
2626

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

0 commit comments

Comments
 (0)