[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rtts/djhtml: 3.0.5 → 3.0.6](https://github.com/rtts/djhtml/compare/3.0.5...3.0.6) - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.257](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.257)
This commit is contained in:
parent
43f2a5ee26
commit
b21e4aa686
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@ repos:
|
|||
- id: black
|
||||
args: [--target-version, py311]
|
||||
- repo: https://github.com/rtts/djhtml
|
||||
rev: 3.0.5
|
||||
rev: 3.0.6
|
||||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: 'v0.0.255'
|
||||
rev: 'v0.0.257'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
Reference in a new issue