django-simplecms/.pre-commit-config.yaml

15 wiersze
289 B
YAML

repos:
# Remove unused imports
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports']
# Sort imports
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
hooks:
- id: isort