This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
python/black | repository | minor |
22.8.0 -> 22.12.0
|
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
v22.12.0
.gitignore
rules by considering the .gitignore
location
and the relative path to the target file (#3338).gitignore
presence when more than one source directory is
specified (#3336)any(match := my_re.match(text) for text in texts)
) (#3327).let g:black_use_virtualenv = 0
(#3309)v22.10.0
# fmt: on
is used on a different block level than # fmt: off
(#3281).ipynb_checkpoints
directories are now excluded by default (#3293)--skip-source-first-line
/ -x
option to ignore the first line of source code
while formatting (#3299)This MR has been generated by Renovate Bot.