abravalheri / validate-pyproject

Validation library for simple check on `pyproject.toml`
https://validate-pyproject.readthedocs.io/
Mozilla Public License 2.0
116 stars 11 forks source link

Fix indentation in readme's pre-commit config #195

Closed jvacek closed 3 weeks ago

jvacek commented 3 weeks ago

just a couple spaces

abravalheri commented 3 weeks ago

Thank you very much!

glensc commented 2 weeks ago

please make release with this.


❯ git commit -am 'Add validate-pyproject pre-commit hook'
An error has occurred: InvalidConfigError: 
==> File .pre-commit-config.yaml
=====> while parsing a block collection
  in "<unicode string>", line 33, column 7
did not find expected '-' indicator
  in "<unicode string>", line 35, column 7
Check the log at /Users/glen/.cache/pre-commit/pre-commit.log

because I took sample from pypi and got the same error, which I was about to submit as fix here