Skip to content

Commit 4514f89

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.3.7](astral-sh/ruff-pre-commit@v0.1.4...v0.3.7) - [github.com/psf/black: 23.10.1 → 24.4.0](psf/black@23.10.1...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/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0)
1 parent b9c2903 commit 4514f89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.1.4
7+
rev: v0.3.7
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- repo: https://github.com/psf/black
12-
rev: 23.10.1
12+
rev: 24.4.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.5.0
16+
rev: v4.6.0
1717
hooks:
1818
- id: check-ast
1919
- id: check-merge-conflict
2020
- id: detect-private-key
2121
- id: fix-encoding-pragma
2222
args: ["--remove"]
2323
- repo: https://github.com/adamchainz/django-upgrade
24-
rev: 1.15.0
24+
rev: 1.16.0
2525
hooks:
2626
- id: django-upgrade
2727
args:

0 commit comments

Comments
 (0)