Skip to content

Commit 0b06aa4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0) - [github.com/psf/black: 20.8b1 → 22.6.0](psf/black@20.8b1...22.6.0) - [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](PyCQA/flake8@3.8.4...5.0.4)
1 parent 334bab6 commit 0b06aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88

99
- repo: https://github.com/psf/black
10-
rev: 20.8b1
10+
rev: 22.6.0
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.8.4
15+
rev: 5.0.4
1616
hooks:
1717
- id: flake8
1818

0 commit comments

Comments
 (0)