mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +00:00
3b2685b01c
Backport of 7e297e52c2
from main
19 lines
389 B
YAML
19 lines
389 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.1.0
|
|
hooks:
|
|
- id: black
|
|
exclude: \.py-tpl$
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
rev: v8.34.0
|
|
hooks:
|
|
- id: eslint
|