Skip to content

Commit dde09fc

Browse files
wip: testing...
1 parent c53ba2c commit dde09fc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,21 @@ repos:
2020
rev: 5.9.3
2121
hooks:
2222
- id: isort
23-
- repo: local
23+
- repo: https://github.com/pycqa/pylint
24+
rev: v2.12.2
2425
hooks:
2526
- id: pylint
26-
name: pylint
27-
entry: pylint
28-
language: system
27+
additional_dependencies:
28+
- argcomplete==1.12.3
29+
- requests==2.26.0
2930
files: 'gitlab/'
31+
# - repo: local
32+
# hooks:
33+
# - id: pylint
34+
# name: pylint
35+
# entry: pylint
36+
# language: system
37+
# files: 'gitlab/'
3038
- repo: https://github.com/pre-commit/mirrors-mypy
3139
rev: v0.910
3240
hooks:

0 commit comments

Comments
 (0)