Skip to content

Commit 940b782

Browse files
committed
pre-commit: fix misleading indentation
1 parent e847b2a commit 940b782

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
additional_dependencies: ["tox>=4.9"]
4646
- repo: local
4747
hooks:
48-
- id: pylint
49-
name: pylint
50-
entry: pylint
51-
language: system
52-
types: [python]
53-
args: ["-rn", "-sn", "--fail-on=I"]
54-
stages: [manual]
48+
- id: pylint
49+
name: pylint
50+
entry: pylint
51+
language: system
52+
types: [python]
53+
args: ["-rn", "-sn", "--fail-on=I"]
54+
stages: [manual]
5555
- id: rst
5656
name: rst
5757
entry: rst-lint --encoding utf-8

0 commit comments

Comments
 (0)