Skip to content
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

CLN: move isort config to pyproject.toml #42637

Merged
merged 2 commits into from Jul 21, 2021

Conversation

@fangchenli
Copy link
Member

@fangchenli fangchenli commented Jul 20, 2021

No description provided.

sections = FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
profile = black
combine_as_imports = True
line_length = 88

This comment has been minimized.

@fangchenli

fangchenli Jul 20, 2021
Author Member

line_length = 88 is part of black profile

sections = ["FUTURE", "STDLIB", "THIRDPARTY" ,"PRE_LIBS" , "PRE_CORE", "DTYPES", "FIRSTPARTY", "POST_CORE", "LOCALFOLDER"]
profile = "black"
combine_as_imports = true
force_grid_wrap = 2

This comment has been minimized.

@fangchenli

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.

Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

@MarcoGorelli MarcoGorelli added this to the 1.4 milestone Jul 21, 2021
@MarcoGorelli MarcoGorelli merged commit 0eceea4 into pandas-dev:master Jul 21, 2021
25 checks passed
25 checks passed
@github-actions
Checks
Details
@github-actions
Linux_py38_IO (ci/deps/actions-38-db-min.yaml)
Details
@github-actions
pytest (actions-38-minimum_versions.yaml, not slow and not network and not clipboard)
Details
@github-actions
actions-310-dev actions-310-dev
Details
@github-actions
pre-commit
Details
@github-actions
build (3.8)
Details
@github-actions
Linux_py38_IO (ci/deps/actions-38-db.yaml)
Details
@github-actions
pytest (actions-38-locale_slow.yaml, slow, language-pack-it xsel, it_IT.utf8, it_IT.utf8)
Details
@github-actions
build (3.9)
Details
@github-actions
pytest (actions-38.yaml, not slow and not network and not clipboard)
Details
@github-actions
pytest (actions-38-slow.yaml, slow)
Details
@github-actions
pytest (actions-38-locale.yaml, not slow and not network, language-pack-zh-hans xsel, zh_CN.utf8,...
Details
@github-actions
pytest (actions-39-slow.yaml, slow)
Details
@github-actions
pytest (actions-39-numpydev.yaml, not slow and not network, xsel, deprecate, -W error)
Details
@github-actions
pytest (actions-39.yaml, not slow and not network and not clipboard)
Details
@github-actions
Web and docs
Details
@github-actions
Test experimental data manager (not slow and not network and not clipboard)
Details
@github-actions
Test experimental data manager (slow)
Details
@codecov
codecov/patch Coverage not affected when comparing 0f1385e...858c188
Details
@codecov
codecov/project 93.21% (target 82.00%)
Details
@azure-pipelines
pandas-dev.pandas Build #20210720.37 succeeded
Details
@azure-pipelines
pandas-dev.pandas (Windows py38_np18) Windows py38_np18 succeeded
Details
@azure-pipelines
pandas-dev.pandas (Windows py39) Windows py39 succeeded
Details
@azure-pipelines
pandas-dev.pandas (macOS py38_macos) macOS py38_macos succeeded
Details
@azure-pipelines
pandas-dev.pandas (py38_32bit) py38_32bit succeeded
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)
@fangchenli fangchenli deleted the fangchenli:move-isort-pyproject branch Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants