1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.0.x] Bumped versions in pre-commit and npm configurations.

Backport of 7fcf4f2f0f from main
This commit is contained in:
Mariusz Felisiak
2023-10-23 08:58:30 +02:00
parent b2601a77f9
commit abcd99244f
2 changed files with 8 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.0
rev: 23.10.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.9.0
- black==23.10.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
@@ -19,6 +19,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.49.0
rev: v8.52.0
hooks:
- id: eslint