Skip to content

Commit

Permalink
Fix indentation in readme's pre-commit config (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvacek authored Aug 21, 2024
1 parent 43f1798 commit b658783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ pre-commit
rev: <insert current version here>
hooks:
- id: validate-pyproject
# Optional extra validations from SchemaStore:
additional_dependencies: ["validate-pyproject-schema-store[all]"]
# Optional extra validations from SchemaStore:
additional_dependencies: ["validate-pyproject-schema-store[all]"]
By default, this ``pre-commit`` hook will only validate the ``pyproject.toml``
file at the root of the project repository.
Expand Down

0 comments on commit b658783

Please sign in to comment.