Skip to content

Commit 30a2cea

Browse files
[pre-commit.ci] pre-commit autoupdate (#20)
1 parent 5cd2a87 commit 30a2cea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/adamchainz/django-upgrade
14-
rev: 1.15.0
14+
rev: 1.16.0
1515
hooks:
1616
- id: django-upgrade
1717
args: [--target-version, "3.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.1.3
20+
rev: v0.2.1
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
@@ -32,7 +32,7 @@ repos:
3232
- black==22.12.0
3333

3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v3.0.3
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
# lint the following with prettier:
@@ -51,12 +51,12 @@ repos:
5151
- id: djlint-django
5252

5353
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
54-
rev: v2.11.0
54+
rev: v2.12.0
5555
hooks:
5656
- id: pretty-format-toml
5757
args: [--autofix]
5858

5959
- repo: https://github.com/abravalheri/validate-pyproject
60-
rev: v0.15
60+
rev: v0.16
6161
hooks:
6262
- id: validate-pyproject

0 commit comments

Comments
 (0)