Skip to content

v0.3.10

Latest
Compare
Choose a tag to compare
@abhishekmishragithub abhishekmishragithub released this 01 Jul 17:56
a407f25

This is a bug-fix release with improved code.

  • Update the README.md (FAQ, and other sections)
  • Update requirements-dev.txt
  • Add codeclimate configuration file
  • Add mypy configuration to pyproject.toml
  • Add .pre-commit-config.yaml
  • Removed commenting unit test result in PR
  • Update project and tests directory
  • Update PR template

pm-github-action.yml specific updates:

  • Add timeout for each job
  • Add branch naming convention check
  • Add interrogate check as a separate job & clean it's output format
  • Fix mypy bug which was failing silently (add dependencies)
  • Add coverage step within pytest command