janw/tapedrive

View on GitHub
.pre-commit-config.yaml

Summary

Maintainability
Test Coverage
ci:
autofix_prs: false
autoupdate_schedule: quarterly
autoupdate_commit_msg: 'build(deps): [pre-commit.ci] pre-commit autoupdate'
 
exclude: >
(?x)^(
.+\.svg|
.+/migrations/.+|
.+/fixtures/.+|
.+/cassettes/.+
)$
 
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.14'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format
 
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
hooks:
- id: check-yaml
- id: check-builtin-literals
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
 
- repo: https://github.com/python-poetry/poetry
rev: '1.7.1'
hooks:
- id: poetry-check
- id: poetry-export