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

Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak
2023-07-11 08:06:49 +02:00
committed by GitHub
parent 89c7454dbd
commit 5a2e11fd31
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.3.0
- black==23.7.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.36.0
rev: v8.44.0
hooks:
- id: eslint