houqp commented on a change in pull request #1127:
URL: https://github.com/apache/arrow-datafusion/pull/1127#discussion_r730273909
##########
File path: .github/workflows/python_test.yaml
##########
@@ -49,7 +49,7 @@ jobs:
- name: Run Linters
run: |
source venv/bin/activate
- flake8 python
+ flake8 python --ignore=E501
Review comment:
how about adding this to setup.cfg so it's applied in all scenarios
including local development runs?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]