0.2.0
Features
Add codeowner tools consiting of
- a new pre-commit hook verifying if all folders in the CODEOWNERS file exist, there are no duplicates, and it has acceptable codeowners
- a new CLI tool
whoowns
which prints the GitHub codeowner of a folder or file by parsing the.github/CODEOWNERS
file
What's Changed
- Add auto-walrus hook by @hofbi in #7
- Set default python version to 3.8 by @hofbi in #8
- chore: Configure Renovate by @renovate in #9
- Add codeowner tools by @hofbi in #14
- Bump version to 0.2.0 by @hofbi in #15
Full Changelog: 0.1.0...0.2.0