diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4af51ee0f2..7e345aed0a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,7 +85,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