[pre-commit.ci] pre-commit autoupdate (#276)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
9e32ec9f8c
commit
63c409081a
|
@ -19,12 +19,12 @@ repos:
|
|||
- id: pyproject-fmt
|
||||
additional_dependencies: ["tox>=4.6.4"]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0"
|
||||
rev: "v3.0.1"
|
||||
hooks:
|
||||
- id: prettier
|
||||
args: ["--print-width=120", "--prose-wrap=always"]
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.0.280"
|
||||
rev: "v0.0.282"
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
|
Loading…
Reference in New Issue