mirror of
https://github.com/django-components/django-components.git
synced 2025-07-07 17:34:59 +00:00
![pre-commit-ci[bot]](/assets/img/avatar_default.png)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
14 lines
317 B
YAML
14 lines
317 B
YAML
repos:
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.10.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 7.1.1
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies: [flake8-pyproject]
|