mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 02:18:39 +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:
parent
aaf1b53e20
commit
f1dcf407e3
@ -3,7 +3,7 @@ default_language_version:
|
|||||||
python: python3
|
python: python3
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.1.0
|
rev: 22.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3
|
language_version: python3
|
||||||
|
2
setup.py
2
setup.py
@ -55,7 +55,7 @@ testing_extras = [
|
|||||||
"django-pattern-library>=0.7,<0.8",
|
"django-pattern-library>=0.7,<0.8",
|
||||||
# For coverage and PEP8 linting
|
# For coverage and PEP8 linting
|
||||||
"coverage>=3.7.0",
|
"coverage>=3.7.0",
|
||||||
"black==22.1.0",
|
"black==22.3.0",
|
||||||
"flake8>=3.6.0",
|
"flake8>=3.6.0",
|
||||||
"isort==5.6.4", # leave this pinned - it tends to change rules between patch releases
|
"isort==5.6.4", # leave this pinned - it tends to change rules between patch releases
|
||||||
"flake8-blind-except==0.1.1",
|
"flake8-blind-except==0.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user