ansible / team-devtools

Shared practices, workflows and decisions impacting Ansible devtools projects

Home Page:https://ansible.readthedocs.io/projects/team-devtools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ongoing code maintenance and quality tasks

ssbarnea opened this issue · comments

When we are blocked on more important tasks, or we need a mental break from heavier activities, please pick one of the ones listed below:

  • increasing code coverage
  • reduce linter rule exclusions (flake8 or pylint)
  • improve typing (mypy), aiming to enable --strict mode
  • review pending pull requests and fix, especially ones from pre-commit auto-update or dependabot ones
  • add missing docstrings with params and returns

Keep the PRs small!