Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](adamchainz/django-upgrade@1.20.0...1.21.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.7](astral-sh/ruff-pre-commit@v0.5.6...v0.6.7)
- [github.com/djlint/djLint: v1.34.1 → v1.35.2](djlint/djLint@v1.34.1...v1.35.2)
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 74a3a80 commit f912823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ repos:
- id: check-yaml

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.20.0
rev: 1.21.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.7
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
files: '^(?!.*\.min\..*)(?P<name>[\w-]+(\.[\w-]+)*\.(js|jsx|ts|tsx|yml|yaml|css))$'

- repo: https://github.com/djlint/djLint
rev: v1.34.1
rev: v1.35.2
hooks:
- id: djlint-reformat-django
- id: djlint-django
Expand All @@ -68,6 +68,6 @@ repos:
args: [--autofix]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.19
hooks:
- id: validate-pyproject

0 comments on commit f912823

Please sign in to comment.