diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-25 16:51:13 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-25 16:51:13 +0100 |
commit | 3e64ca3b02a34b3768a111a9d01e9fbbd8841d41 (patch) | |
tree | 284d8bc7a43362df75244cbc38212c732c750dba | |
parent | afc7ce4f6923b99a468fd51abe2967501855971b (diff) | |
download | virtualenv-lint.tar.gz |
workaround ConfigParser buglint
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ multi_line_output = 3 include_trailing_comma = True force_grid_wrap = 0 line_length = 120 -known_first_party = virtualenv +known_first_party = virtualenv,ConfigParser known_third_party = __builtin__,_winreg,mock,pytest,sets,setuptools,sitecustomize,sphinx_rtd_theme,urlparse,usercustomize,winreg [flake8] |