-
-
Notifications
You must be signed in to change notification settings - Fork 135
Enforce latests syntax on CI #351
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
@@ Coverage Diff @@
## master #351 +/- ##
==========================================
- Coverage 95.71% 95.71% -0.01%
==========================================
Files 81 81
Lines 1705 1704 -1
==========================================
- Hits 1632 1631 -1
Misses 73 73
Continue to review full report at Codecov.
|
.pre-commit-config.yaml
Outdated
hooks: | ||
- id: pyupgrade | ||
args: ["--py36-plus"] | ||
exclude: ^airflow/_vendor/ |
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.
Line to remove
).format(self.mimetype, self.availableMimetypes) | ||
f"Content for the following mimetype not found: {self.mimetype}. " | ||
f"Valid mimetypes: {self.availableMimetypes}" | ||
) |
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.
Add newline at the end of file
@p1c2u All done |
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.
LGTM
@mik-laj thanks for the contribution |
Continuation of: #344