Skip to content

Commit

Permalink
Use same line length with black, flake8, and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 25, 2020
1 parent 2a5410f commit 5ba80e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parentdir_prefix = dask_cuda-

[flake8]
exclude = docs, __init__.py, versioneer.py
max-line-length = 88
max_line_length = 88
ignore =
# Assigning lambda expression
E731
Expand All @@ -22,7 +22,7 @@ ignore =
E231

[isort]
line_length=79
line_length=88
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
Expand Down

0 comments on commit 5ba80e6

Please sign in to comment.