8000 STYLE: fix line length check of flake8 by jorisvandenbossche · Pull Request #27307 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

STYLE: fix line length check of flake8 #27307

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
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
Next Next commit
STYLE: fix line length check of flake8
  • Loading branch information
jorisvandenbossche committed Jul 9, 2019
commit 15ce734a8918e32b5353e94ef990711cae1e3479
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ parentdir_prefix = pandas-
[flake8]
max-line-length = 88
ignore =
E501, # longer line length
E203, # space before : (needed for how black formats slicing)
W503, # line break before binary operator
W504, # line break after binary operator
Expand Down
0