You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/11/13 15:54:08 UTC

[GitHub] [kibble] michalslowikowski00 commented on a change in pull request #90: Add pylint to pre-commit

michalslowikowski00 commented on a change in pull request #90:
URL: https://github.com/apache/kibble/pull/90#discussion_r523039843



##########
File path: .pre-commit-config.yaml
##########
@@ -74,3 +74,10 @@ repos:
     - id: black
       name: Black
       types: [python]
+  - repo: https://github.com/pre-commit/mirrors-pylint
+    rev: v2.6.0
+    hooks:
+      - id: pylint
+    args:
+      - --max-line-length=11080

Review comment:
       Yea, I am figuring out how RC file works.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org