Skip to content

Commit 998433a

Browse files
authored
Merge pull request pytest-dev#13939 from nicoddemus/pre-commit-system-deprecated
pre-commit: `language: system` is deprecated in favor of `language: unsupported`
2 parents ce8b8a7 + 9d80400 commit 998433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
- id: pylint
8787
name: pylint
8888
entry: pylint
89-
language: system
89+
language: unsupported
9090
types: [python]
9191
args: ["-rn", "-sn", "--fail-on=I", "--enable-all-extentions"]
9292
require_serial: true

0 commit comments

Comments
 (0)