summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-07-11 01:43:46 +0000
committerJohn Villalovos <john@sodarock.com>2022-07-10 19:05:36 -0700
commit82bd59673c5c66da0cfa3b24d58b627946fe2cc3 (patch)
treec7a63bc4b7df3a15aef330b8df84e1ce9c796568
parent5cd39be000953907cdc2ce877a6bf267d601b707 (diff)
downloadgitlab-82bd59673c5c66da0cfa3b24d58b627946fe2cc3.tar.gz
chore(deps): update black to v22.6.0
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--requirements-lint.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4619e9b..4f1b473 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
repos:
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
diff --git a/requirements-lint.txt b/requirements-lint.txt
index dd5cc92..1c00ed1 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,5 +1,5 @@
argcomplete<=2.0.0
-black==22.3.0
+black==22.6.0
commitizen==2.27.1
flake8==4.0.1
isort==5.10.1