ashb commented on a change in pull request #14453:
URL: https://github.com/apache/airflow/pull/14453#discussion_r582705187
##########
File path: .pre-commit-config.yaml
##########
@@ -585,22 +585,22 @@ repos:
- id: pylint
name: Run pylint for main code
language: system
- entry: "./scripts/ci/pre_commit/pre_commit_pylint.sh --rcfile pylintrc"
+ entry: "./scripts/ci/pre_commit/pre_commit_pylint.sh"
Review comment:
We don't need to specify this, `pylintrc` is one of the defaults places
it looks
https://github.com/PyCQA/pylint/blame/41d70221cdce96a209a479e349bdb70180bb5e8e/pylint/config/find_default_config_files.py#L27-L63
----------------------------------------------------------------
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]