1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak
2022-03-29 09:18:22 +02:00
committed by GitHub
parent 010a9d8a4f
commit d407340e7f
2 changed files with 9 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
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: v7.32.0
rev: v8.3.0
hooks:
- id: eslint