You can run osswiz checks (through repo-review) from the command line to interactively check your project:
# If you have the package installed
$ osswiz
# If you don't have the package installed
$ pipx run osswiz
# or, using uv:
$ uvx osswizIf want to run checks automatically whenever you make a commit, you can use the osswiz pre-commit hook:
- repo: https://github.com/AdrianoKF/osswiz
rev: main # or desired version from releases/tags
hooks:
- id: osswizThis project is licensed under the terms of the Apache-2.0 license.