Skip to content

Commit

Permalink
Reduce flake8 max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
Olotuah committed Mar 5, 2024
1 parent 910b470 commit c31b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# W504: line break after binary operator
# (Raised by flake8 even when it is followed)
ignore = E126, E402, E129, W504
max-line-length = 153
max-line-length = 152
exclude = test_import_fail.py,
parsl/executors/workqueue/parsl_coprocess.py
# E741 disallows ambiguous single letter names which look like numbers
Expand Down

0 comments on commit c31b412

Please sign in to comment.