Skip to content

Commit

Permalink
setup: Ignore ambiguous variable names for flake8 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed May 12, 2020
1 parent 88933f7 commit e50f7c7
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, W504
ignore = E501, W504,
E741 # ambiguous variable name
builtins = ufl
exclude = .git,__pycache__,doc/sphinx/source/conf.py,build,dist,test

Expand Down

0 comments on commit e50f7c7

Please sign in to comment.