Question: Summary of the problem I’ve setup a repository with the checks I developed, designed to be used exclusively in…
Browsing: pre-commit.com
Question: This is similar to Magit : how to see pre-commit hooks before editing commit log? I use a package…
Question: I have the following in my pre-commit: [code]— repos: – repo: local hooks: – id: shellcheck name: shellcheck entry:…
Question: Pdoc is invoked last in my pre-commit hook, it builds documentation to /docs, which is included in my repository.…
Question: I am currently using black successfully as one of the tools in pre-commit. So far, it has only been…
Question: This is the contenct of my .pre-commit-config.yaml file, [code]repos: – repo: local hooks: – id: static-checks-pramod name: Static Analysis…
Question: Below is my .pre-commit-config.yaml file for my project. [code]# See https://pre-commit.com/hooks.html for more hooks fail_fast: true repos: – repo:…