diff options
author | Renovate Bot <bot@renovateapp.com> | 2021-12-21 02:16:54 +0000 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-12-20 18:26:26 -0800 |
commit | b86e819e6395a84755aaf42334b17567a1bed5fd (patch) | |
tree | 77f749bdc29ad9b9d08417480d8071354804221b | |
parent | 8ac4f4a2ba901de1ad809e4fc2fe787e37703a50 (diff) | |
download | gitlab-b86e819e6395a84755aaf42334b17567a1bed5fd.tar.gz |
chore(deps): update pre-commit hook psf/black to v21
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9c36c8..d2a1944 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: 20.8b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook |