Skip to content

Commit 23a7f08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [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 → 6.0.0](PyCQA/flake8@5.0.2...6.0.0)
1 parent 22218c3 commit 23a7f08

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,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
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: 6.0.0
2121
hooks:
2222
- id: flake8
2323

0 commit comments

Comments
 (0)