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:
Sarah Boyce
2023-02-13 20:51:53 +01:00
committed by GitHub
parent 3e9d413231
commit 7e297e52c2
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ repos:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
@@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.29.0
rev: v8.34.0
hooks:
- id: eslint