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
2022-10-07 08:18:04 +02:00
committed by GitHub
parent 7a39a691e1
commit abc5ca6ab4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.23.0
rev: v8.24.0
hooks:
- id: eslint