提交 ad5f5824 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Virgile Andreani

Update pre-commit lints

上级 ef055614
...@@ -9,7 +9,7 @@ exclude: | ...@@ -9,7 +9,7 @@ exclude: |
)$ )$
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: debug-statements - id: debug-statements
exclude: | exclude: |
...@@ -25,11 +25,11 @@ repos: ...@@ -25,11 +25,11 @@ repos:
rev: v1.0.0 rev: v1.0.0
hooks: hooks:
- id: sphinx-lint - id: sphinx-lint
args: ["."] args: ["-i", ".pixi", "."]
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3 rev: v0.14.0
hooks: hooks:
- id: ruff - id: ruff-check
types_or: [python, pyi, jupyter] types_or: [python, pyi, jupyter]
args: ["--fix", "--output-format=full"] args: ["--fix", "--output-format=full"]
- id: ruff-format - id: ruff-format
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论