twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
184 stars 49 forks source link

Contribution docu: Code Style #757

Closed buhtz closed 8 months ago

buhtz commented 9 months ago

One element of the contributors docu could be the coding style. It seems that the project do not follow strict PEP8. But I assume there is a fixed style because of all the tests and linters in the back. But I wasn't able to find a linter config somewhere.

In the current state (without config) flake8 and Co do throw multiple errors.

tristanlatr commented 9 months ago

We’re not using any linter at the moment.