From: Mike Bayer Date: Thu, 12 Mar 2020 00:47:25 +0000 (-0400) Subject: Remove trailing slashes in pre-commit config X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3cd75c2287f148a267fe0907bb388c34356657b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove trailing slashes in pre-commit config See https://github.com/sqlalchemy/dogpile.cache/pull/176 Change-Id: Id9a75546d4d0eae93ad837a77c6ffa9249efff5c (cherry picked from commit f8a037aa822415d10f0ca8b8be0bb06d49f03d10) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9b217e552..d0409413a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/python/black/ - rev: 19.3b0 +- repo: https://github.com/python/black + rev: 19.10b0 hooks: - id: black args: [-l 79] -- repo: https://github.com/sqlalchemyorg/zimports/ +- repo: https://github.com/sqlalchemyorg/zimports rev: master hooks: - id: zimports