Skip to content

Commit 69ca2cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/psf/black: 22.1.0 → 22.10.0](psf/black@22.1.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 625ff79 commit 69ca2cd

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.4.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -18,12 +18,12 @@ repos:
1818
- id: isort
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.1.0
21+
rev: 22.10.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 4.0.1
26+
rev: 6.0.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:

0 commit comments

Comments
 (0)