Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 563 Bytes

tox-toml-fmt mirror

Mirror

Mirror of tox-toml-fmt for pre-commit.

Using tox-toml-fmt with pre-commit

Add it to your .pre-commit-config.yaml:

- repo: https://github.com/pre-commit/tox-toml-fmt
  rev: "" # Use the sha / tag you want to point at
  hooks:
    - id: tox-toml-fmt