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/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2)
- [github.com/djlint/djLint: v1.35.2 → v1.35.4](djlint/djLint@v1.35.2...v1.35.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 9e86f2a commit 754a76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: [--target-version, "3.2"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
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.35.2
rev: v1.35.4
hooks:
- id: djlint-reformat-django
- id: djlint-django
Expand Down

0 comments on commit 754a76a

Please sign in to comment.