summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:41:27 +0000
commita1ed92dab2827b349e4e51a654b42c1c7a5c1c8b (patch)
treead997b3092b1a30681368e18748e83ff09a30a83 /.pre-commit-config.yaml
parentReleasing debian version 1.6.0-2. (diff)
downloadlitecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.tar.xz
litecli-a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b.zip
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index be3886f..4f53bac 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,5 @@
repos:
-- repo: https://github.com/ambv/black
- rev: 20.8b1
+- repo: https://github.com/psf/black
+ rev: 21.12b0
hooks:
- id: black
- language_version: python3.7