summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-10 01:36:15 +0000
committerJohn Villalovos <john@sodarock.com>2022-10-09 18:55:12 -0700
commit531ee05bdafbb6fee8f6c9894af15fc89c67d610 (patch)
tree211fcf3b7bdbae6016aa4690385e8ed01463b7c3
parentd47c0f06317d6a63af71bb261d6bb4e83325f261 (diff)
downloadgitlab-531ee05bdafbb6fee8f6c9894af15fc89c67d610.tar.gz
chore(deps): update black to v22.10.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 0819326..9507680 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.8.0
+ rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
diff --git a/requirements-lint.txt b/requirements-lint.txt
index c35ce3c..e683707 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -1,5 +1,5 @@
argcomplete<=2.0.0
-black==22.8.0
+black==22.10.0
commitizen==2.35.0
flake8==5.0.4
isort==5.10.1