diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-06 07:29:19 +0000 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2023-02-06 08:41:04 +0100 |
commit | 217a78780c3ae6e41fb9d76d4d841c5d576de45f (patch) | |
tree | af22aa9ce4a868a38d47b20cef4863d5260fe1ce | |
parent | 44786efad1dbb66c8242e61cf0830d58dfaff196 (diff) | |
download | gitlab-217a78780c3ae6e41fb9d76d4d841c5d576de45f.tar.gz |
chore(deps): update pre-commit hook psf/black to v23
-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 08e0b9a..cc1fab3 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.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen |