Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pre-Commit Config Yaml #20

Open
Skylion007 opened this issue Jun 7, 2021 · 1 comment
Open

Add Pre-Commit Config Yaml #20

Skylion007 opened this issue Jun 7, 2021 · 1 comment

Comments

@Skylion007
Copy link

Request to add a .pre-commit-hooks.yaml file to allow it to be used with the pre-commit python git hook management framework: https://github.com/pre-commit/pre-commit/

@shivan-s
Copy link

I'd love this feature. I've added it in as a local hook.

  - repo: local
    hooks:
    - id: linkchecker-markdown
      name: linkchecker-markdown
      entry: linkchecker-markdown
      language: system
      types: [python]

But the problem I've had is that it doesn't check the files. So will need to do more investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants