Merge pull request #81 from Crocmagnon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
8714934bff
1 changed files with 4 additions and 4 deletions
|
@ -36,16 +36,16 @@ repos:
|
|||
- id: black
|
||||
args: [--target-version, py311]
|
||||
- repo: https://github.com/rtts/djhtml
|
||||
rev: 3.0.2
|
||||
rev: 3.0.3
|
||||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: 'v0.0.253'
|
||||
rev: 'v0.0.254'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v3.0.0-alpha.4
|
||||
rev: v3.0.0-alpha.6
|
||||
hooks:
|
||||
- id: prettier
|
||||
types_or: [javascript, css]
|
||||
|
@ -59,7 +59,7 @@ repos:
|
|||
- eslint@8.34.0
|
||||
- eslint-config-prettier@8.5.0
|
||||
- repo: https://github.com/jazzband/pip-tools
|
||||
rev: 6.12.2
|
||||
rev: 6.12.3
|
||||
hooks:
|
||||
- id: pip-compile
|
||||
name: pip-compile requirements.txt
|
||||
|
|
Reference in a new issue