Skip to content

Commit 6f42d32

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.0 → 24.4.2](psf/black@23.10.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 650c855 commit 6f42d32

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: 23.10.0
3+
rev: 24.4.2
44
hooks:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.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: 6.1.0
34+
rev: 7.1.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/PyCQA/isort
38-
rev: 5.12.0
38+
rev: 5.13.2
3939
hooks:
4040
- id: isort

0 commit comments

Comments
 (0)