Skip to content

ldbo/pre-commit-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-commit hooks

pre-commit hooks:

  • mypy: run mypy static type check
  • lint-markdown: use markdownlint to try to format Markdown files in place

To use, add this to you .pre-commit-config.yaml:

- repo: https://github.com/ldbo/pre-commit-hooks
  rev: master
  hooks:
    - ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages