devine/.pre-commit-config.yaml

19 lines
497 B
YAML
Raw Normal View History

2023-02-06 02:33:09 +00:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/mtkennerly/pre-commit-hooks
rev: v0.3.0
hooks:
- id: poetry-ruff
2023-02-06 02:33:09 +00:00
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
2023-02-06 02:33:09 +00:00
hooks:
- id: end-of-file-fixer
2023-02-06 02:33:09 +00:00
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]