-
-
Notifications
You must be signed in to change notification settings - Fork 211
f-string guidelines using Flynt #1406
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
minor readme changes for better readability
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1406 +/- ##
===========================================
+ Coverage 84.05% 84.09% +0.04%
===========================================
Files 38 38
Lines 5230 5231 +1
===========================================
+ Hits 4396 4399 +3
+ Misses 834 832 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PGijsbers
left a comment
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.
Part of the old text also became obsolete.
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
tests/test_extensions/test_sklearn_extension/test_sklearn_extension.py
Outdated
Show resolved
Hide resolved
PGijsbers
left a comment
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.
✏️
Reference Issue
Fixes #1295
What does this PR implement/fix? Explain your changes.
As Eddie and Pieter mentioned in #1295, this runs Flynt (a compliancy checker for f-strings) on the codebase, and adds a guideline for future contributors to ensure compliance.
How should this PR be tested?
This does not add any new functionality. Just converts non f-strings to f-strings, so hopefully all the current tests should just work.
Any other comments?