django-polymorphic/.pre-commit-config.yaml

16 lines
366 B
YAML
Raw Normal View History

2023-11-23 11:19:08 +03:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
2023-11-23 11:19:08 +03:00
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.9
2023-11-23 11:19:08 +03:00
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
2023-11-23 13:12:50 +03:00
exclude: '.*migrations.*'