mediacms/.pre-commit-config.yaml

17 wiersze
387 B
YAML

repos:
2022-11-29 13:27:15 +00:00
- repo: https://github.com/pycqa/flake8
2023-03-14 12:09:52 +00:00
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
2023-03-14 12:09:52 +00:00
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
2023-03-14 12:09:52 +00:00
rev: 23.1.0
hooks:
- id: black
2022-06-01 10:51:46 +00:00
language_version: python3
additional_dependencies: [ 'click==8.0.4' ]