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 e847b2a commit 940b782Copy full SHA for 940b782
1 file changed
.pre-commit-config.yaml
@@ -45,13 +45,13 @@ repos:
45
additional_dependencies: ["tox>=4.9"]
46
- repo: local
47
hooks:
48
- - id: pylint
49
- name: pylint
50
- entry: pylint
51
- language: system
52
- types: [python]
53
- args: ["-rn", "-sn", "--fail-on=I"]
54
- stages: [manual]
+ - id: pylint
+ name: pylint
+ entry: pylint
+ language: system
+ types: [python]
+ args: ["-rn", "-sn", "--fail-on=I"]
+ stages: [manual]
55
- id: rst
56
name: rst
57
entry: rst-lint --encoding utf-8
0 commit comments