Skip to content

mijdavis2/pre-commit-uptodate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit-uptodate

Make sure your feature branch is up to date with master before making a commit.

See https://pre-commit.com/ for more info on pre-commit framework.

Using pre-commit-hooks with pre-commit

Add this to your .pre-commit-config.yaml

- repo: https://github.com/mijdavis2/pre-commit-uptodate
  rev: 0.1.0  # Use a git tag or sha to point to
  hooks:
  - id: uptodate

About

Make sure your feature branch is up to date with master pre-commit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages