1
0
mirror of https://github.com/django/django.git synced 2025-07-10 04:39:13 +00:00
django/.pre-commit-config.yaml
Mariusz Felisiak 8fe7bdc29d [4.0.x] Bumped versions in pre-commit and npm configurations.
Backport of f825536b5e09b3a047fec0c10aabd91bace0995c from main.
2023-01-31 14:13:03 +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: 5.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.15.0
hooks:
- id: eslint