]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Update black to 20.8b1
authorCaselIT <cfederico87@gmail.com>
Mon, 26 Oct 2020 19:39:37 +0000 (20:39 +0100)
committerCaselIT <cfederico87@gmail.com>
Mon, 26 Oct 2020 19:39:37 +0000 (20:39 +0100)
Change-Id: Id9b8ce6a0ccd2a6fa17b779c95d4079a5fa629d7

.pre-commit-config.yaml
tox.ini

index de29c68c6b1248b324ccae3ab46585b7878fcba2..91111eb0ba2745f0bb6eb7503ebeae3ab143daf9 100644 (file)
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
 -   repo: https://github.com/python/black
-    rev: 19.10b0
+    rev: 20.8b1
     hooks:
     -   id: black
 
diff --git a/tox.ini b/tox.ini
index eea75145e79653fa5d6de086d29e34286ed907ba..52f684295fb7e534c9ba5d1531ea6cdb54a727c0 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,7 @@ deps=
       pydocstyle<4.0.0
       # used by flake8-rst-docstrings
       pygments
-      black==19.10b0
+      black==20.8b1
 commands =
      flake8 ./alembic/ ./tests/ setup.py docs/build/conf.py {posargs}
      black --check .