8000 chore: update version of `black` for `pre-commit` · python-gitlab/python-gitlab@3501716 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3501716

Browse files
chore: update version of black for pre-commit
The version of `black` needs to be updated to be in sync with what is in `requirements-lint.txt`
1 parent 7dc2fa6 commit 3501716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 23.12.1
6+
rev: 24.1.1
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen

0 commit comments

Comments
 (0)
0