Skip to content

Commit 02fc338

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4)
1 parent 22218c3 commit 02fc338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

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

@@ -17,7 +17,7 @@ repos:
1717
- id: check-manifest
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 5.0.2
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
2323

0 commit comments

Comments
 (0)