• Posts
  • About
Subscribe

clean code

A collection of 1 post
Pre-commit hooks and linting configurations for Python projects
clean code

Pre-commit hooks and linting configurations for Python projects

In this article, we'll configure pre-commit hooks to automatically lint our code before committing changes to Github. Since we're using Python, we can add autopep8 to make our code align with PEP8 guidelines or if the project includes YAML files we can use related packages to check validation of these
May 28, 2022 — 4 min read
© 2022
  • Data & License
  • Github
Powered by Ghost