35 lines
792 B
YAML
35 lines
792 B
YAML
repos:
|
|
# - repo: https://github.com/crate-ci/typos
|
|
# rev: v1.31.1
|
|
# hooks:
|
|
# - id: typos
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.2
|
|
hooks:
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
|
|
- repo: https://github.com/RobertCraigie/pyright-python
|
|
rev: v1.1.398
|
|
hooks:
|
|
- id: pyright
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: check-docstring-first
|
|
- id: check-added-large-files
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: check-merge-conflict
|
|
- id: double-quote-string-fixer
|
|
- id: end-of-file-fixer
|
|
|
|
- repo: meta
|
|
hooks:
|
|
- id: check-hooks-apply
|
|
- id: check-useless-excludes
|