pdf_auralia/.pre-commit-config.yaml

18 lines
404 B
YAML
Raw Normal View History

2022-09-27 13:01:00 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-05-07 05:02:04 +00:00
rev: v4.4.0
2022-09-27 13:01:00 +00:00
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/psf/black
2023-05-07 05:02:04 +00:00
rev: 23.3.0
2022-09-27 13:01:00 +00:00
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
2023-05-07 05:02:04 +00:00
rev: 5.12.0
2022-09-27 13:01:00 +00:00
hooks:
- id: isort
args: ["--profile", "black"]