turbaszek commented on a change in pull request #90:
URL: https://github.com/apache/kibble/pull/90#discussion_r520899800
##########
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:
Let's use `pylintrc` file for configuration instead of using args in
pre-commit. In this way we will be able to supress some warning temporarily and
adjust the tool to our needs
----------------------------------------------------------------
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:
[email protected]