diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:17 +0000 |
commit | ce851457bed3386598fe368276b231373db900c3 (patch) | |
tree | 8011653e5fa162a3c9c547434a1672c140328021 /.pre-commit-config.yaml | |
parent | Adding upstream version 1.6.0. (diff) | |
download | litecli-ce851457bed3386598fe368276b231373db900c3.tar.xz litecli-ce851457bed3386598fe368276b231373db900c3.zip |
Adding upstream version 1.7.0.upstream/1.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 5 |
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 |