Skip to content

Commit

Permalink
increase line length to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ad12 committed Jul 11, 2023
1 parent abd0631 commit 3727f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# - E203: whitespace before ':'
[flake8]
count = True
max-line-length = 88
max-line-length = 100
statistics = True
ignore = E731,W503,E741,E203
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 88
line_length = 100

0 comments on commit 3727f51

Please sign in to comment.