]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove trailing slashes in pre-commit config
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2020 00:47:25 +0000 (20:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2020 00:48:19 +0000 (20:48 -0400)
See https://github.com/sqlalchemy/dogpile.cache/pull/176

Change-Id: Id9a75546d4d0eae93ad837a77c6ffa9249efff5c
(cherry picked from commit f8a037aa822415d10f0ca8b8be0bb06d49f03d10)

.pre-commit-config.yaml

index af06dcd79534dad72609a9c8579925114749254e..de29c68c6b1248b324ccae3ab46585b7878fcba2 100644 (file)
@@ -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