From: CaselIT Date: Mon, 26 Oct 2020 19:39:37 +0000 (+0100) Subject: Update black to 20.8b1 X-Git-Tag: rel_1_5_0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c9dab66d88061f4f7192150cf5388f55c67892;p=thirdparty%2Fsqlalchemy%2Falembic.git Update black to 20.8b1 Change-Id: Id9b8ce6a0ccd2a6fa17b779c95d4079a5fa629d7 --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de29c68c..91111eb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 eea75145..52f68429 100644 --- 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 .