Browse Source

Bump black to 22.3.0 to fix issue with dependency

Ref: https://github.com/psf/black/issues/2964
Dan Braghis 3 years ago
parent
commit
f1dcf407e3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .pre-commit-config.yaml
  2. 1 1
      setup.py

+ 1 - 1
.pre-commit-config.yaml

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

+ 1 - 1
setup.py

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