diff options
| author | jvoisin | 2018-05-16 22:36:59 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-16 22:36:59 +0200 |
| commit | fa7d18784ca18c5c70bbb36cde9d5915843456c3 (patch) | |
| tree | 3c7b36ea63ecf05ba6fc777c4f3a3a74fa60a450 /src/__init__.py | |
| parent | 0354c3b7e3a455cce130b6226926436a21128641 (diff) | |
Do a pylint pass
Diffstat (limited to 'src/__init__.py')
| -rw-r--r-- | src/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/__init__.py b/src/__init__.py index 3f5c478..07d3036 100644 --- a/src/__init__.py +++ b/src/__init__.py | |||
| @@ -2,4 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | # A set of extension that aren't supported, despite matching a supported mimetype | 3 | # A set of extension that aren't supported, despite matching a supported mimetype |
| 4 | unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc', | 4 | unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc', |
| 5 | 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', 'xpdl', 'xsl', 'xsd']) | 5 | 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', |
| 6 | 'xpdl', 'xsl', 'xsd']) | ||
