Skip to content

Commit a66059c

Browse files
[pre-commit.ci] pre-commit autoupdate (#52)
1 parent df1a175 commit a66059c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/adamchainz/django-upgrade
11-
rev: 1.22.1
11+
rev: 1.22.2
1212
hooks:
1313
- id: django-upgrade
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.0
17+
rev: v0.8.1
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -42,7 +42,7 @@ repos:
4242
files: '^(?!.*\.min\..*)(?P<name>[\w-]+(\.[\w-]+)*\.(js|jsx|ts|tsx|yml|yaml|css))$'
4343

4444
- repo: https://github.com/djlint/djLint
45-
rev: v1.36.1
45+
rev: v1.36.3
4646
hooks:
4747
- id: djlint-reformat-django
4848
- id: djlint-django

0 commit comments

Comments
 (0)