0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

Bump black to 22.3.0 to fix issue with dependency

Ref: https://github.com/psf/black/issues/2964
This commit is contained in:
Dan Braghis 2022-03-29 17:44:14 +01:00 committed by Matt Westcott
parent aaf1b53e20
commit f1dcf407e3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3

View File

@ -55,7 +55,7 @@ testing_extras = [
"django-pattern-library>=0.7,<0.8",
# For coverage and PEP8 linting
"coverage>=3.7.0",
"black==22.1.0",
"black==22.3.0",
"flake8>=3.6.0",
"isort==5.6.4", # leave this pinned - it tends to change rules between patch releases
"flake8-blind-except==0.1.1",