Skip to content

Commit 6b174aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.4.0](psf/black@23.11.0...24.4.0) - [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/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent f3feae7 commit 6b174aa

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
exclude: .+/migrations/.+\.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.11.0
4+
rev: 24.4.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-yaml
1212
- id: trailing-whitespace
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616

1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
args: [ "--profile", "black" ]

0 commit comments

Comments
 (0)