Pre-commits fixes (#1568)
* Replace typos w/ mirror * Update ruff * Replace prettier mirror
This commit is contained in:
@@ -39,13 +39,13 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.11.13
|
rev: v0.12.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
||||||
- repo: https://github.com/crate-ci/typos
|
- repo: https://github.com/adhtruong/mirrors-typos
|
||||||
rev: v1.34.0
|
rev: v1.34.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
@@ -58,8 +58,8 @@ repos:
|
|||||||
args: [--py310-plus]
|
args: [--py310-plus]
|
||||||
|
|
||||||
##### Markdown Quality #####
|
##### Markdown Quality #####
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/rbubley/mirrors-prettier
|
||||||
rev: v4.0.0-alpha.8
|
rev: v3.6.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
name: Format Markdown with Prettier
|
name: Format Markdown with Prettier
|
||||||
|
|||||||
Reference in New Issue
Block a user