Skip to content

Commit d8927d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0)
1 parent c1855ab commit d8927d4

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
@@ -22,11 +22,11 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.1.1
25+
rev: 24.2.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.2.0'
29+
rev: 'v0.2.1'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
@@ -36,7 +36,7 @@ repos:
3636
args:
3737
- --py3-plus
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: "1.15.0"
39+
rev: "1.16.0"
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)