readthedocs.org/readthedocs/projects/management
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
..
commands Lint project code 2015-08-21 17:30:56 -07:00
__init__.py Adding import_project_from_live command. Mainly useful for debugging. 2015-07-09 11:14:39 +02:00