On 3/5/20 8:34 AM, Ian Stapleton Cordasco wrote: > I'm fairly certain that: ... > So, my understanding is that no, you can not use only one linter.
Let me express a counter opinion (and that's all they are, opinions) PEP 8 presents Guidelines, it is not the ultimate arbiter of what code should and should not look like. "Fully covering PEP8" has no real meaning. In fact, read the PEP itself for comments on that. Decide what things you think matter to your project(s), see if you can configure (for example) Pylint to report that way, distribute that consfiguration (that is, check it in as part of the codebase), and then use that as a tool to evaluate code. If you can, there's no particular need to require multiple static code checkers. Static code checking is only a small part of the puzzle of code quality anyway, best not to get completely hung up on it. _______________________________________________ code-quality mailing list -- code-quality@python.org To unsubscribe send an email to code-quality-le...@python.org https://mail.python.org/mailman3/lists/code-quality.python.org/