Skip to content

Commit ebc67e4

Browse files
[pre-commit.ci] pre-commit autoupdate (#143)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.2...v0.7.3) - [github.com/djlint/djLint: v1.35.4 → v1.36.1](djlint/djLint@v1.35.4...v1.36.1) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 06c75cc commit ebc67e4

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
@@ -17,7 +17,7 @@ repos:
1717
args: [--target-version, "4.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.7.2
20+
rev: v0.7.3
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
@@ -45,7 +45,7 @@ repos:
4545
files: '^(?!.*\.min\..*)(?P<name>[\w-]+(\.[\w-]+)*\.(js|jsx|ts|tsx|yml|yaml|css))$'
4646

4747
- repo: https://github.com/djlint/djLint
48-
rev: v1.35.4
48+
rev: v1.36.1
4949
hooks:
5050
- id: djlint-reformat-django
5151
- id: djlint-django
@@ -68,6 +68,6 @@ repos:
6868
args: [--autofix]
6969

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

0 commit comments

Comments
 (0)