Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows using FawltyDeps in a pre-commit hook in your project, by adding something like this to your project's `.pre-commit-config.yaml`: ```yaml repos: - repo: https://github.com/tweag/FawltyDeps rev: v0.13.0 hooks: - id: check args: - --detailed ``` See https://pre-commit.com for more information.
- Loading branch information