Bump black to 22.3.0 to fix issue with dependency

Ref: https://github.com/psf/black/issues/2964
pull/8241/head
Dan Braghis 2022-03-29 17:44:14 +01:00 zatwierdzone przez Matt Westcott
rodzic aaf1b53e20
commit f1dcf407e3
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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",