summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-03-28 15:50:29 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-03-28 16:13:23 -0400
commitd741367c388ec1b7083a2c242911745647ec9a28 (patch)
treebf6b17f1008c6faa06af9314a4f0366a68cc3f93 /.pre-commit-config.yaml
parent8fc58eaa77f2118cf78ecdaca130bc298ff4143a (diff)
downloadalembic-d741367c388ec1b7083a2c242911745647ec9a28.tar.gz
bump black to 22.3.0
both black and click were released in the past few hours, and black 21.5b1 seems to suddenly be failing on a missing symbol from click. just update to the latest Change-Id: Icb9d98d6473aa603aa29ad1c2d1e43ff3b371db5
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 84abf5b..304db47 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/python/black
- rev: 21.5b1
+ rev: 22.3.0
hooks:
- id: black