Skip to content

Add toml fomatter

This hook is pyproject.toml formatter that seems to work well

  - repo: https://github.com/tox-dev/toml-fmt
    rev: 2.0.4
    hooks:
      - id: pyproject-fmt

Add this to the pyproject.toml for consistency with black

[tool.pyproject-fmt]
column_width = 88
Edited by Era Dorta Perez