Skip to content

Commit 88a4049

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d55d44c commit 88a4049

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ repos:
7777
entry: pylint
7878
language: system
7979
types: [python]
80-
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--output-format=github"]
80+
args:
81+
["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--output-format=github"]
8182
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
8283
# We define an additional manual step to allow running pylint with a spelling
8384
# checker in CI.
@@ -87,7 +88,15 @@ repos:
8788
entry: pylint
8889
language: system
8990
types: [python]
90-
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--spelling-dict=en", "--output-format=github"]
91+
args:
92+
[
93+
"-rn",
94+
"-sn",
95+
"--rcfile=pylintrc",
96+
"--fail-on=I",
97+
"--spelling-dict=en",
98+
"--output-format=github",
99+
]
91100
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
92101
stages: [manual]
93102
- id: sphinx-generated-doc

0 commit comments

Comments
 (0)