-
Notifications
You must be signed in to change notification settings - Fork 395
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
fix: 🚨 Fix flake8
warnings
#779
Conversation
Codecov ReportBase: 95.10% // Head: 95.10% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #779 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 46 46
Lines 3087 3087
=======================================
Hits 2936 2936
Misses 151 151
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Thanks for the PR! I cannot reproduce the flake8 errors on master. Can you reproduce it in the Codespace environment?
May be using |
That's exactly the problem ... and sorry Code Space (is working)6.0.0 (mccabe: 0.7.0, pycodestyle: 2.10.0, pyflakes: 3.0.1) CPython 3.8.15 on Linux Locally via
|
@Anselmoo I guess it is the |
I am not sure if this https://pypi.org/project/naming/ should be added? However, it was my fault for incorrectly installing it, therefore I add a comment in the contributor notes. |
Fixes #778 issues with
setup.cfg
.staticmethod
@classmethod
pep8-naming
-exceptions back forsklearn