Skip to content

Commit 41e713d

Browse files
[pre-commit.ci] pre-commit autoupdate (#2)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c13acf commit 41e713d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-toml
1111
- id: check-yaml
1212

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

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.2.1
20+
rev: v0.4.4
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
@@ -62,12 +62,12 @@ repos:
6262
types_or: [html, jsx, tsx]
6363

6464
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
65-
rev: v2.12.0
65+
rev: v2.13.0
6666
hooks:
6767
- id: pretty-format-toml
6868
args: [--autofix]
6969

7070
- repo: https://github.com/abravalheri/validate-pyproject
71-
rev: v0.16
71+
rev: v0.17
7272
hooks:
7373
- id: validate-pyproject

0 commit comments

Comments
 (0)