Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 945 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 945 Bytes

xml-fmt

PyPI PyPI - Implementation PyPI - Python Version Downloads PyPI - License check

Using xml-fmt with pre-commit

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

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