pre-commit: fix misleading indentation

This commit is contained in:
Ran Benita 2024-04-28 17:11:11 +03:00
parent e847b2a5a9
commit 940b78232e
1 changed files with 7 additions and 7 deletions

View File

@ -45,13 +45,13 @@ repos:
additional_dependencies: ["tox>=4.9"] additional_dependencies: ["tox>=4.9"]
- repo: local - repo: local
hooks: hooks:
- id: pylint - id: pylint
name: pylint name: pylint
entry: pylint entry: pylint
language: system language: system
types: [python] types: [python]
args: ["-rn", "-sn", "--fail-on=I"] args: ["-rn", "-sn", "--fail-on=I"]
stages: [manual] stages: [manual]
- id: rst - id: rst
name: rst name: rst
entry: rst-lint --encoding utf-8 entry: rst-lint --encoding utf-8