Skip to content

Commit a9c166e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.8.0](psf/black@23.11.0...24.8.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent 0c11e36 commit a9c166e

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.11.0
3+
rev: 24.8.0
44
hooks:
55
- id: black
66
args: ["--target-version", "py37"]
77

88
- repo: https://github.com/PyCQA/isort
9-
rev: 5.12.0
9+
rev: 5.13.2
1010
hooks:
1111
- id: isort
1212

@@ -16,7 +16,7 @@ repos:
1616
- id: python-check-blanket-noqa
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-merge-conflict
2222
- id: check-yaml

0 commit comments

Comments
 (0)