blitz_api/.pre-commit-config.yaml
pre-commit-ci[bot] 80575270b0
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.6.8)
2024-09-30 20:14:14 +00:00

28 lines
686 B
YAML

ci:
autoupdate_branch: "dev"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-docstring-first
- id: check-json
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.8'
hooks:
- id: ruff