Skip to content

Commit b4f1f85

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - [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/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent 752cdf6 commit b4f1f85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.10.0
3+
rev: 23.7.0
44
hooks:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v4.4.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -31,10 +31,10 @@ repos:
3131
- id: sort-simple-yaml
3232
- id: trailing-whitespace
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 5.0.4
34+
rev: 6.1.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.10.1
38+
rev: 5.12.0
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)