summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-03-17 23:17:33 +0100
committerFederico Caselli <cfederico87@gmail.com>2020-03-18 18:01:27 +0000
commit499ccb3ed186c52925ecfdb81f5e9859dd1e5122 (patch)
treef07c604254b514adb74ad96833d2826926b3c063 /.pre-commit-config.yaml
parent6bb4f5efb47d9c672a363dc1e588a7ac2c50037b (diff)
downloadalembic-499ccb3ed186c52925ecfdb81f5e9859dd1e5122.tar.gz
Update black to match sqlalchemy version
Also add a in the pep8 tox job a check to verify that all files are properly formatted Change-Id: I7bac8463b273f3bce9be098e6ee76f1761e28e72
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 863920f..de29c68 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,10 +2,9 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/python/black
- rev: 19.3b0
+ rev: 19.10b0
hooks:
- id: black
- args: [-l 79]
- repo: https://github.com/sqlalchemyorg/zimports
rev: master