1
0
mirror of https://github.com/django/django.git synced 2025-01-15 12:52:31 +00:00
django/.pre-commit-config.yaml
Mariusz Felisiak 4c26bba9c7 [4.2.x] Bumped versions in pre-commit and npm configurations.
Backport of 93faad78cc7eabc7c5e22a77c0481cd72f2e29f8 from main
2023-03-29 16:29:25 +02:00

25 lines
551 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.3.0
- 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.36.0
hooks:
- id: eslint