[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:
pre-commit-ci[bot] 2023-03-21 03:35:39 +00:00 committed by github-actions[bot]
parent 7f4210c473
commit 9e630b041e
1 changed files with 2 additions and 2 deletions

View File

@ -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]