Skip to content

Commit d55d44c

Browse files
committed
Enable github output format for CI
1 parent 59bdf49 commit d55d44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
entry: pylint
7878
language: system
7979
types: [python]
80-
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I"]
80+
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--output-format=github"]
8181
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
8282
# We define an additional manual step to allow running pylint with a spelling
8383
# checker in CI.
@@ -87,7 +87,7 @@ repos:
8787
entry: pylint
8888
language: system
8989
types: [python]
90-
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--spelling-dict=en"]
90+
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--spelling-dict=en", "--output-format=github"]
9191
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
9292
stages: [manual]
9393
- id: sphinx-generated-doc

0 commit comments

Comments
 (0)