2022-10-13 15:52:14 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
2023-02-09 07:20:17 +00:00
|
|
|
rev: 23.1.0
|
2022-10-13 15:52:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
exclude: ^core/migrations
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
2023-02-09 07:20:17 +00:00
|
|
|
rev: 5.11.5
|
2022-10-13 15:52:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
args: ["--profile", "black"]
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2023-02-09 07:20:17 +00:00
|
|
|
rev: 6.0.0
|
2022-10-13 15:52:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
args: [--max-line-length=88]
|
|
|
|
exclude: ^core/migrations
|
|
|
|
- repo: https://github.com/rtts/djhtml
|
2023-02-09 07:20:17 +00:00
|
|
|
rev: v2.0.0
|
2022-10-13 15:52:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: djhtml
|
|
|
|
args: [-t 2]
|
|
|
|
- id: djcss
|
|
|
|
exclude : ^core/static/css # slow
|
|
|
|
- id: djjs
|
|
|
|
exclude: ^core/static/js # slow
|
2022-11-03 07:20:30 +00:00
|
|
|
- repo: https://github.com/sirwart/ripsecrets.git
|
|
|
|
rev: v0.1.5
|
|
|
|
hooks:
|
|
|
|
- id: ripsecrets
|