pre-commit: fix misleading indentation
This commit is contained in:
parent
e847b2a5a9
commit
940b78232e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue