Chris Mayo
a15a2833ca
Remove spaces after names in class method definitions
...
And also nested functions.
This is a PEP 8 convention, E211.
2020-05-16 20:19:42 +01:00
Chris Mayo
fc11d08968
Remove spaces after names in class definitions
2020-05-16 20:19:42 +01:00
Chris Mayo
736c893707
Merge pull request #377 from cjmayo/tidyten3
...
Remove u string prefixes
2020-05-13 19:36:54 +01:00
Chris Mayo
b0ea72e8c1
Remove # -*- coding: lines
...
Except for tests that include non-unicode characters:
tests/test_po.py
tests/test_strformat.py
tests/test_url.py
tests/checker/test_error.py
tests/checker/test_news.py
2020-05-08 10:45:31 +01:00
Chris Mayo
4d3e5abcfa
Remove u string prefixes
2020-04-30 20:11:59 +01:00
Bastian Kleineidam
7b34be590b
Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements.
2014-03-01 00:12:34 +01:00
Bastian Kleineidam
564ae6479f
Fix tests.
2012-08-13 18:01:59 +02:00
Bastian Kleineidam
b0e5c7fc59
Ignore feed: URLs.
2012-06-27 21:32:03 +02:00
Bastian Kleineidam
71f5ee42c8
Updated copyright.
2012-01-29 17:18:28 +01:00
Bastian Kleineidam
a0581cc2a1
Ignore steam:// URIs.
2012-01-10 19:37:19 +01:00
Bastian Kleineidam
17ce930611
Ignore irc:// URLs.
2010-11-10 19:56:31 +01:00
Bastian Kleineidam
761b292e37
Added skype: to list of recognized but ignored URL schemes.
2010-07-29 20:26:04 +02:00