Hugo
|
c281d48507
|
Drop support for EOL Python 2.6
|
2018-11-26 19:09:47 +01:00 |
|
Adrien Vergé
|
d422274563
|
style: Fix E722 errors reported by pycodestyle
Since a few days ago pycodestyle (formerly called pep8) has a new check:
E722 warning for bare except clauses.
Let's fix our code.
|
2017-10-27 17:22:35 +02:00 |
|
Adrien Vergé
|
1a961bd4b0
|
chore(tests): Also run tests on Python 2.6
|
2017-07-04 22:07:32 +02:00 |
|
Adrien Vergé
|
c8ba8f7e99
|
linter: Fix UnicodeError when parsing comments
And add tests when reading non-ASCII strings and comments (both from
Python strings and from files).
Fixes: #10
|
2016-06-28 09:58:23 +02:00 |
|
Adrien Vergé
|
73d9322813
|
linter: Test run on str, unicode, bytes and stream
Previously it was not tested, and broke on Python 2 `unicode` inputs.
|
2016-02-25 10:41:17 +01:00 |
|