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 c53ba2c commit dde09fcCopy full SHA for dde09fc
.pre-commit-config.yaml
@@ -20,13 +20,21 @@ repos:
20
rev: 5.9.3
21
hooks:
22
- id: isort
23
- - repo: local
+ - repo: https://github.com/pycqa/pylint
24
+ rev: v2.12.2
25
26
- id: pylint
- name: pylint
27
- entry: pylint
28
- language: system
+ additional_dependencies:
+ - argcomplete==1.12.3
29
+ - requests==2.26.0
30
files: 'gitlab/'
31
+# - repo: local
32
+# hooks:
33
+# - id: pylint
34
+# name: pylint
35
+# entry: pylint
36
+# language: system
37
+# files: 'gitlab/'
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
rev: v0.910
40
0 commit comments