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:
|
2024-03-01 02:17:41 +00:00
|
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
2024-04-02 20:51:31 +00:00
|
|
|
rev: v3.2.0
|
2024-03-01 02:17:41 +00:00
|
|
|
hooks:
|
|
|
|
- id: conventional-pre-commit
|
|
|
|
stages: [commit-msg]
|
2023-09-19 11:22:57 +00:00
|
|
|
- repo: https://github.com/mtkennerly/pre-commit-hooks
|
2024-04-02 20:51:31 +00:00
|
|
|
rev: v0.4.0
|
2023-09-19 11:22:57 +00:00
|
|
|
hooks:
|
2024-04-02 20:51:31 +00:00
|
|
|
- id: poetry-ruff-check
|
2023-02-06 02:33:09 +00:00
|
|
|
- repo: https://github.com/pycqa/isort
|
2024-04-02 20:51:31 +00:00
|
|
|
rev: 5.13.2
|
2023-02-06 02:33:09 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2023-09-19 11:22:57 +00:00
|
|
|
rev: v4.5.0
|
2023-02-06 02:33:09 +00:00
|
|
|
hooks:
|
2023-09-19 11:22:57 +00:00
|
|
|
- id: end-of-file-fixer
|
2023-02-06 02:33:09 +00:00
|
|
|
- id: trailing-whitespace
|
|
|
|
args: [--markdown-linebreak-ext=md]
|