Skip to content

UnknownPlatypus/tombi-pre-commit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tombi-pre-commit

A pre-commit hook for tombi.

Distributed as a standalone repository to enable installing tombi via prebuilt wheels from PyPI.

Installation

Add the following to your .pre-commit-config.yaml:

repos:
- repo: https://github.com/tombi-toml/tombi-pre-commit
  rev: v0.3.54
  hooks:
    - id: tombi-format

Optionally, you can also install the tombi linter as a pre-commit hook:

repos:
- repo: https://github.com/tombi-toml/tombi-pre-commit
  rev: v0.3.54
  hooks:
    - id: tombi-format
    - id: tombi-lint

About

A pre-commit hook for Tombi.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%