Ref: https://github.com/psf/black/issues/2964
@@ -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
@@ -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",