Skip to content

Format your XMLs (or XSDs) with pre-commit

License

Notifications You must be signed in to change notification settings

tox-dev/xml-fmt

Repository files navigation

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