Files
AioHTTPX/.pre-commit-config.yaml
Miwory 55489ac505
All checks were successful
Build And Publish Package / publish (push) Successful in 54s
Небольшие правки и улучшение README
2026-01-16 09:44:46 +03:00

35 lines
785 B
YAML

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.42.0
hooks:
- id: typos
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.13
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.408
hooks:
- id: pyright
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.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