fix(pylint): install the required packages for files being checked

closes #7
This commit is contained in:
2021-08-12 15:01:58 +09:30
parent 936299aefc
commit 4b6cc3176f

View File

@ -1,2 +1,4 @@
pylint==2.9.6 pylint==2.9.6
pylint-gitlab==0.3.0 pylint-gitlab==0.3.0
gitpython==3.1.18
commitizen==2.17.13