mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
14 lines
316 B
YAML
14 lines
316 B
YAML
repos:
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.2.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 7.0.0
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies: [flake8-pyproject]
|