-
Notifications
You must be signed in to change notification settings - Fork 27
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
🔨 Maintenance/new python linting recipe #4320
🔨 Maintenance/new python linting recipe #4320
Conversation
978254b
to
7b1b5f2
Compare
Code Climate has analyzed commit cdb4fea and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #4320 +/- ##
=========================================
- Coverage 85.6% 66.2% -19.5%
=========================================
Files 977 393 -584
Lines 41868 20430 -21438
Branches 980 173 -807
=========================================
- Hits 35873 13541 -22332
- Misses 5773 6840 +1067
+ Partials 222 49 -173
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
we should give a try to https://github.com/charliermarsh/ruff
What do these changes do?
Improves
pylint
recipe and configurationRelated issue/s
How to test