monolith/.pre-commit-config.yaml

22 lines
504 B
YAML
Raw Normal View History

2022-09-04 20:38:53 +00:00
repos:
- repo: https://github.com/psf/black
2023-02-09 07:20:13 +00:00
rev: 23.1.0
2022-09-04 20:38:53 +00:00
hooks:
- id: black
2023-02-09 07:20:13 +00:00
exclude: ^core/migrations
2022-09-04 20:38:53 +00:00
- repo: https://github.com/PyCQA/isort
2023-02-09 07:20:13 +00:00
rev: 5.11.5
2022-09-04 20:38:53 +00:00
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/flake8
2023-02-09 07:20:13 +00:00
rev: 6.0.0
2022-09-04 20:38:53 +00:00
hooks:
- id: flake8
args: [--max-line-length=88]
2023-02-09 07:20:13 +00:00
exclude: ^core/migrations
2022-11-03 07:20:30 +00:00
- repo: https://github.com/sirwart/ripsecrets.git
rev: v0.1.5
hooks:
- id: ripsecrets