software-gardening / almanack

An open-source handbook of applied guidance and tools for sustainable software development and maintenance.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add Python code quality linter checks #56

Closed d33bs closed 2 weeks ago

d33bs commented 3 weeks ago

We have some existing linting checks defined within .pre-commit-config.yml however we don't yet check for code quality. This will be important as the almanack Python package is developed to help ensure high quality code contributions.