Skip to content

Commit 10d2d64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
1 parent 113ea51 commit 10d2d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.11.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 22.3.0
7+
rev: 22.12.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.2.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: ["--maxkb=128"]
@@ -33,7 +33,7 @@ repos:
3333
args: ["--autofix", "--no-sort-keys", "--indent=4"]
3434
- id: trailing-whitespace
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 4.0.1
36+
rev: 6.0.0
3737
hooks:
3838
- id: flake8
3939
additional_dependencies:

0 commit comments

Comments
 (0)