Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
18 lines
408 B
YAML
18 lines
408 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.12.1
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.8
|
|
- repo: https://github.com/pycqa/ruff
|
|
rev: v0.1.15
|
|
hooks:
|
|
- id: ruff
|
|
args: [--fix]
|
|
- repo: https://github.com/pycqa/mypy
|
|
rev: v1.8.0
|
|
hooks:
|
|
- id: mypy
|
|
args: [--ignore-missing-imports]
|
|
additional_dependencies: [types-pyyaml]
|