]> 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:54 +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 f9b217e552002c06a1cf7cee3645e10a95e12e0b..d0409413a0ea5cd8ef651046b25a03a19d8f7520 100644 (file)
@@ -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