Skip to content
Permalink
Browse files

Skip E741 for viz flake8 code

Unfortunately this is a keyword arg to a plotly class.
  • Loading branch information...
annawoodard committed May 23, 2019
1 parent e55e03c commit 0672b0d446f9de0ebcc36b10ad7535be1117b59e
Showing with 4 additions and 0 deletions.
  1. +4 −0 .flake8
@@ -15,3 +15,7 @@
ignore = D203, E124, E126, F403, F405, F811, E402, E129, W605, W504
max-line-length = 160
exclude = parsl/executors/serialize/, test_import_fail.py
# E741 disallows ambiguous single letter names which look like numbers
# We disable it in visualization code because plotly uses 'l' as
# a keyword arg
per-file-ignores = parsl/monitoring/visualization/*:E741

0 comments on commit 0672b0d

Please sign in to comment.
You can’t perform that action at this time.