Skip to content

zifeo/pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-commit hooks

Custom pre-commit hooks for pre-commit.com.

poetry-tag-checker

Enforce pyproject.toml version to be greater than the latest git tag through Poetry.

repos:
- repo: https://github.com/zifeo/pre-commit
  rev: v0.1.0
  hooks:
  - id: poetry-tag-checker

Get latest rev with pre-commit autoupdate --repo https://github.com/zifeo/pre-commit.