diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e82c4f7426..f1a1636b2d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,7 +86,7 @@ repos: - id: pylint name: pylint entry: pylint - language: system + language: unsupported types: [python] args: ["-rn", "-sn", "--fail-on=I", "--enable-all-extentions"] require_serial: true