-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CLN: remove '# -*- coding: utf-8 -*-' pattern #26197
Conversation
@@ -1 +1 @@ | |||
# -*- coding: utf-8 -*- | |||
|
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.
Might as well make this an empty file for consistency in codebase
Same error as in #26177. Must be external to my PRs. |
cc @simonjayhawkins if you have any thoughts on CI failure |
Codecov Report
@@ Coverage Diff @@
## master #26197 +/- ##
==========================================
- Coverage 91.98% 91.98% -0.01%
==========================================
Files 175 175
Lines 52372 52365 -7
==========================================
- Hits 48176 48166 -10
- Misses 4196 4199 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26197 +/- ##
==========================================
- Coverage 91.97% 91.97% -0.01%
==========================================
Files 175 175
Lines 52379 52372 -7
==========================================
- Hits 48178 48167 -11
- Misses 4201 4205 +4
Continue to review 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.
lint error, also can you add a rule to code_checks to fail on this
@topper-123 code checks rule could be followup |
1344274
to
a06c969
Compare
I've rebased and made the changes requested. EDIT: I've also made changes to |
a06c969
to
c54469b
Compare
c54469b
to
0663e29
Compare
0663e29
to
20d4c70
Compare
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
thanks @topper-123 |
Remove usage of
-# -*- coding: utf-8 -*-
pattern from code base.