2114ccd278
CI / Lint & Test (Python 3.13) (push) Failing after 2s
CI / Lint & Test (Python 3.14) (push) Failing after 1s
CI / Lint & Test (Python 3.12) (push) Failing after 2s
CI / DCO Check (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
9 lines
243 B
YAML
9 lines
243 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: "v0.15.2"
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [--exit-non-zero-on-fix, --config=pyproject.toml]
|
|
- id: ruff-format
|
|
args: [--config=pyproject.toml]
|