readthedocs.org/readthedocs/search
Anthony Johnson 3fcf523598 Lint project code
This lints project code to medium strictness and conforms to pep257. This uses
some additional options to reduce false errors, which I'll add in a separate PR.
This should pass our normal linting without a problem, except the minor change
to unused variable name regex.

This adds `__` to the default list of `_` and `dummy*` for unused arguments. I
prefer the default of `_`, but that overlaps with the translation helper `_()`.
I'd be happy to rethink a scheme here.
2015-08-21 17:30:56 -07:00
..
__init__.py Initial commit of new elasticsearch indexing code 2013-10-26 14:58:37 -07:00
indexes.py Resolve linting messages in readthedocs.search.* 2015-07-31 17:51:11 +02:00
lib.py Clean up signal import hack, now that we fixed path issues 2015-08-12 15:47:11 -07:00
parse_json.py Lint project code 2015-08-21 17:30:56 -07:00
signals.py Add default query set filtering to public objects. 2014-10-30 15:46:56 -07:00
utils.py Lint project code 2015-08-21 17:30:56 -07:00
views.py Resolve linting messages in readthedocs.search.* 2015-07-31 17:51:11 +02:00