Skip to content

Commit 23c36f1

Browse files
committed
Updated pre-commit hook.
1 parent 089968b commit 23c36f1

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
@@ -16,19 +16,19 @@ repos:
1616
- id: check-json
1717

1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.7.4"
19+
rev: "v0.9.6"
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.19.0
25+
rev: v3.19.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py39-plus]
2929

3030
- repo: https://github.com/adamchainz/django-upgrade
31-
rev: "1.22.1"
31+
rev: "1.23.1"
3232
hooks:
3333
- id: django-upgrade
3434
args: [--target-version, "4.2"]

0 commit comments

Comments
 (0)