CLN: move isort config to pyproject.toml #42637
Merged
Conversation
sections = FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER | ||
profile = black | ||
combine_as_imports = True | ||
line_length = 88 |
sections = ["FUTURE", "STDLIB", "THIRDPARTY" ,"PRE_LIBS" , "PRE_CORE", "DTYPES", "FIRSTPARTY", "POST_CORE", "LOCALFOLDER"] | ||
profile = "black" | ||
combine_as_imports = true | ||
force_grid_wrap = 2 |
fangchenli
Jul 20, 2021
•
Author
Member
The type of force_grid_wrap
is int according to the doc. Setting this to 2 or true has the same effect.
0eceea4
into
pandas-dev:master
25 checks passed
25 checks passed
pytest (actions-38-locale.yaml, not slow and not network, language-pack-zh-hans xsel, zh_CN.utf8,...
Details
sthagen
added a commit
to sthagen/pandas
that referenced
this pull request
Jul 21, 2021
CLN: move isort config to pyproject.toml (pandas-dev#42637)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.