Update ruff pre-commit hook to v0.16.2
Some checks failed
Test and build Docker image / docker (push) Failing after 22s
Some checks failed
Test and build Docker image / docker (push) Failing after 22s
This commit is contained in:
parent
3d10b210fe
commit
4322811d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ repos:
|
||||||
|
|
||||||
# An extremely fast Python linter and formatter.
|
# An extremely fast Python linter and formatter.
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.15.22
|
rev: v0.16.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
types_or: [ python, pyi, jupyter, pyproject ]
|
types_or: [ python, pyi, jupyter, pyproject ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue