Skip to content

Commit

Permalink
Merge pull request #47 from FEniCS/wence/flake8-updates
Browse files Browse the repository at this point in the history
setup: Ignore ambiguous variable names for flake8
  • Loading branch information
wence- committed May 18, 2020
2 parents a6e249c + 63e3192 commit a8c4d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[flake8]
ignore = E501,E226,E731,W504
ignore = E501,E226,E731,W504,
E741 # ambiguous variable name
exclude = .git,__pycache__,doc/sphinx/source/conf.py,build,dist
min-version = 3.0

Expand Down

0 comments on commit a8c4d48

Please sign in to comment.