From: Mike Bayer Date: Thu, 12 Mar 2020 00:47:25 +0000 (-0400) Subject: Remove trailing slashes in pre-commit config X-Git-Tag: rel_1_3_16~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2132e2d8b0dfb034dd860e5e0240b62e61332d4;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 af06dcd795..de29c68c6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ # 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/ +- repo: https://github.com/python/black rev: 19.10b0 hooks: - id: black -- repo: https://github.com/sqlalchemyorg/zimports/ +- repo: https://github.com/sqlalchemyorg/zimports rev: master hooks: - id: zimports