From 9d804003dc7c862230a090d83ac131c0ea43c241 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 11 Nov 2025 19:44:52 -0300 Subject: [PATCH] pre-commit: `language: system` is deprecated in favor of `language: unsupported` As per the pre-commit changelog: https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md#440---2025-11-08 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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