-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Changing flake8 to have max-line-length of 115 #8362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8362 +/- ##
=======================================
Coverage 95.56% 95.56%
=======================================
Files 178 178
Lines 18763 18766 +3
=======================================
+ Hits 17930 17933 +3
Misses 833 833
|
This comment has been minimized.
This comment has been minimized.
Is there anything that needs to be done for this PR to be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the cleanup ! It's hard to know when the MR is ready if you push new commits periodically and don't tell us when it's ready ;)
The pre-commit fail seems genuine and not caused by my suggestion. |
This comment has been minimized.
This comment has been minimized.
Strange, when I check out the file that has an error, 'pylint/config/config_initialization.py', it says that it only has 124 lines, and the pre-commit error is about lines 127 and 128. |
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 65654f4 |
This seem like a pre-commit.ci bug, maybe due to bad caching. It works locally too. |
Type of Changes
Description
Changing flake8 to have a max-line-length of 115 because there are issues with changing it to 103. This makes the code easier to understand.
Refs #XXXX
Closes #XXXX