Skip to content

Commit 5993d98

Browse files
[pre-commit.ci] pre-commit autoupdate (#1989)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) * .pre-commit-config.yaml: ci: autoupdate_schedule: monthly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 33f3e8f commit 5993d98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
autoupdate_schedule: monthly
13
exclude: ".*/vendor/.*"
24
repos:
35
- repo: https://github.com/adamchainz/django-upgrade
@@ -7,7 +9,7 @@ repos:
79
args: [--target-version, "5.0"] # Replace with Django version
810

911
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.5.5
12+
rev: v0.5.6
1113
hooks:
1214
- id: ruff
1315
# args: [ --fix, --exit-non-zero-on-fix ]
@@ -18,7 +20,7 @@ repos:
1820
- id: isort
1921

2022
- repo: https://github.com/psf/black
21-
rev: 24.4.2
23+
rev: 24.8.0
2224
hooks:
2325
- id: black
2426

0 commit comments

Comments
 (0)