8000 STY: isort tests/scalar, tests/tslibs, import libwindow instead of _window by jbrockmendel · Pull Request #23787 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

STY: isort tests/scalar, tests/tslibs, import libwindow instead of _window #23787

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

Merged
merged 5 commits into from
Nov 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo fixup
  • Loading branch information
jbrockmendel committed Nov 19, 2018
commit 71a5fe706dbd4094ed5063c92cbb8c7fce68d413
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ignore =
C406, # Unnecessary list literal - rewrite as a dict literal.
C408, # Unnecessary dict call - rewrite as a literal.
C409, # Unnecessary list passed to tuple() - rewrite as a tuple literal.
S001 # found module formatter (incorrect picks up mod operations)
S001 # found modulo formatter (incorrect picks up mod operations)
exclude =
doc/sphinxext/*.py,
doc/build/*.py,
Expand Down
0