Skip to content

Commit 95727ee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 22.12.0 → 24.8.0](psf/black@22.12.0...24.8.0) - [github.com/PyCQA/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2)
1 parent c0b3ab0 commit 95727ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
@@ -35,7 +35,7 @@ repos:
3535
types: [text]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 22.12.0
38+
rev: 24.8.0
3939
hooks:
4040
- id: black
4141
language_version: python3
@@ -45,7 +45,7 @@ repos:
4545
types: [python]
4646

4747
- repo: https://github.com/PyCQA/isort
48-
rev: "5.11.4" # Use the revision sha / tag you want to point at
48+
rev: "5.13.2" # Use the revision sha / tag you want to point at
4949
hooks:
5050
- id: isort
5151
name: isort

0 commit comments

Comments
 (0)