Collection of pre-commit hooks
You can use hooks from this repository to your code by adding the following to
your .pre-commit-config.yaml
file:
- repo: https://github.com/abadger/captain-hooks
rev: 0.2.0 # Update using: pre-commit autoupdate --repo https://github.com/abadger/captain-hooks
hooks:
- id: meson-file-list
# [...]
- meson-file-list: Ensure that meson.build files contain all of the source code files.