-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency yapf to ^0.43.0 #42
base: master
Are you sure you want to change the base?
Conversation
29e2288
to
e34d498
Compare
4a7e66c
to
ee54948
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
ee54948
to
230de3b
Compare
230de3b
to
6ef2658
Compare
6ef2658
to
7b67b81
Compare
7b67b81
to
c22ee7e
Compare
|
This PR contains the following updates:
^0.27.0
->^0.43.0
Release Notes
google/yapf (yapf)
v0.43.0
Compare Source
v0.40.2
Compare Source
Changes
by removing the "verify" parameter.
Fixed
match
as the match keyword.v0.40.1
Compare Source
Fixed
v0.40.0
Compare Source
Added
--print-modified
flag to print out file names of modified files whenrunning in in-place mode.
Changes
Black's version of lib2to3.
Removed
v0.33.0
Compare Source
Added
# fmt: on
and# fmt: off
pragmas.Changes
Fixed
v0.32.0
Compare Source
Added
for YAPF.
yapf_api.FormatTree
for formatting lib2to3 concretesyntax trees.
Changes
pytree node object.
Fixed
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF
knob for "pep8" style, somethod definitions inside a class are surrounded by a single blank line as
prescribed by PEP8.
v0.31.0
Compare Source
Added
a custom number of blank lines between top-level imports and variable
definitions.
# copybara:
directives when checking line length.YAPF.
Changed
folder then exclude its contents on a file by file basis. Preventing the
folder being scanned is faster.
Fixed
v0.30.0
Compare Source
Added
SPACES_AROUND_LIST_DELIMITERS
,SPACES_AROUND_DICT_DELIMITERS
,and
SPACES_AROUND_TUPLE_DELIMITERS
to add spaces after the opening-and before the closing-delimiters for lists, dicts, and tuples.
FORCE_MULTILINE_DICT
knob to ensure dictionaries always split,even when shorter than the max line length.
SPACE_INSIDE_BRACKETS
to add spaces inside brackets, braces, andparentheses.
SPACES_AROUND_SUBSCRIPT_COLON
to add spaces around the subscript /slice operator.
Changed
CONTINUATION_ALIGN_STYLE
withFIXED
orVALIGN-RIGHT
now works withspace indentation.
Fixed
SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES
is set. The knob is meant forvalues, not comments, which may be associated with the current line.
properly indented so that it doesn't collide with the lines afterwards.
v0.29.1
Compare Source
v0.29.0
Compare Source
Added
--quiet
flag to suppress output. The return code is 1 if there arechanges, similarly to the
--diff
flag.indent_closing_brackets
option. This is the same as thededent_closing_brackets
option except the brackets are indented the sameas the previous line.
Changed
parameter list is formatted, keeping state along the way. This helps when
supporting Python 3 type annotations.
UnicodeDecodeError
exceptions.Fixed
directory as well.
splitting them.
limit.
special.
apply to the first nested class or function, not all of them.
v0.28.0
Compare Source
Added
SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES
is a variation onSPLIT_ALL_COMMA_SEPARATED_VALUES
in which, if a subexpression with a commafits in its starting line, then the subexpression is not split (thus avoiding
unnecessary splits).
Changed
INDENT_DICTIONARY_VALUE
for Google style.JOIN_MULTIPLE_LINES = False
for Google style.Fixed
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF=False
wasn't honored because thenumber of newlines was erroneously calculated beforehand.
'lambda' keyword. This prevents them from being properly formatted when they're
arguments to functions.
Otherwise we could mess up formatting for containers which have them
interspersed with code.
which may not exist.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.