diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-10 01:36:15 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-10-09 18:55:12 -0700 |
| commit | 531ee05bdafbb6fee8f6c9894af15fc89c67d610 (patch) | |
| tree | 211fcf3b7bdbae6016aa4690385e8ed01463b7c3 | |
| parent | d47c0f06317d6a63af71bb261d6bb4e83325f261 (diff) | |
| download | gitlab-531ee05bdafbb6fee8f6c9894af15fc89c67d610.tar.gz | |
chore(deps): update black to v22.10.0
| -rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
| -rw-r--r-- | requirements-lint.txt | 2 |
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 |
