[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:31 +00:00 committed by github-actions[bot]
parent 43f2a5ee26
commit b21e4aa686

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]