23
Are docstrings commonly used?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
At my work we use linters that refuse code with missing or bad docstrings.
Can you share what linters you use?
Most projects are migrating towards Ruff. All in one and speedy.
Yeah, I just moved our linting/format checking pipeline to ruff and it's been painless and fast.