We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e14a2 commit 71c08b6Copy full SHA for 71c08b6
.pre-commit-config.yaml
@@ -18,6 +18,13 @@ repos:
18
entry: bash scripts/pre-commit-checkstyle.sh
19
types: [text]
20
files: '\.java$'
21
+ - id: pylint
22
+ name: Pylint on mx files
23
+ language: system
24
+ pass_filenames: false
25
+ entry: mx --primary pylint --primary
26
+ types: [text]
27
+ files: '^mx\.graalpython/.*\.py$'
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
rev: v5.0.0
30
hooks:
0 commit comments