mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) - [github.com/rtts/djhtml: v1.5.2 → v2.0.0](https://github.com/rtts/djhtml/compare/v1.5.2...v2.0.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.238 → v0.0.243](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.238...v0.0.243) - [github.com/jazzband/pip-tools: 6.12.1 → 6.12.2](https://github.com/jazzband/pip-tools/compare/6.12.1...6.12.2)
This commit is contained in:
parent
90457b8040
commit
3db83faa18
1 changed files with 4 additions and 4 deletions
|
@ -34,16 +34,16 @@ repos:
|
|||
- id: django-upgrade
|
||||
args: [--target-version, "4.1"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--target-version, py311]
|
||||
- repo: https://github.com/rtts/djhtml
|
||||
rev: v1.5.2
|
||||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: 'v0.0.238'
|
||||
rev: 'v0.0.243'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
@ -62,7 +62,7 @@ repos:
|
|||
- eslint@8.32.0
|
||||
- eslint-config-prettier@8.5.0
|
||||
- repo: https://github.com/jazzband/pip-tools
|
||||
rev: 6.12.1
|
||||
rev: 6.12.2
|
||||
hooks:
|
||||
- id: pip-compile
|
||||
name: pip-compile requirements.txt
|
||||
|
|
Loading…
Reference in a new issue