1
0
mirror of https://github.com/django/django.git synced 2025-07-10 12:49:13 +00:00
django/.pre-commit-config.yaml
Carlton Gibson 9a7755fa2d [4.0.x] Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>

Backport of ba94488196a74e312177ef2621fbd427956836ef from main
2022-02-08 12:01:30 +01:00

18 lines
363 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.30.0
hooks:
- id: eslint