Update .pre-commit-config.yaml
This commit is contained in:
parent
06258176e1
commit
42184af3d7
|
@ -1,21 +1,4 @@
|
||||||
repos:
|
k==24.1.1]
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
||||||
rev: "v0.4.3"
|
|
||||||
hooks:
|
|
||||||
- id: ruff
|
|
||||||
args: ["--fix"]
|
|
||||||
- id: ruff-format
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
||||||
rev: v4.6.0
|
|
||||||
hooks:
|
|
||||||
- id: trailing-whitespace
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
- id: check-yaml
|
|
||||||
- repo: https://github.com/adamchainz/blacken-docs
|
|
||||||
rev: 1.16.0
|
|
||||||
hooks:
|
|
||||||
- id: blacken-docs
|
|
||||||
additional_dependencies: [black==24.1.1]
|
|
||||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||||
rev: v1.10.0
|
rev: v1.10.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue