-
Notifications
You must be signed in to change notification settings - Fork 5
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
Humidex #33
Humidex #33
Conversation
for more information, see https://pre-commit.ci
fix typo
Sobald du die Tests angepasst und die Mergekonflikte behoben hast, kann ich den PR mergen. |
added correct test results for HIX
for more information, see https://pre-commit.ci
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #33 +/- ##
==========================================
+ Coverage 94.77% 94.79% +0.02%
==========================================
Files 14 14
Lines 1262 1268 +6
==========================================
+ Hits 1196 1202 +6
Misses 66 66
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.
i added setup.cfg for convenience
E203 | ||
# module level import not at top of file | ||
E402 | ||
# line too long - let black worry about that | ||
E501 | ||
# do not assign a lambda expression, use a def | ||
E731 | ||
# line break before binary operator | ||
W503 |
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 will ignore these conventions
@SusannePfeifer007 check mal pre-commit! Das ist mega nützlich und man muss sich keine Gedanken mehr um Formatierung machen! |
bce0df7
into
climate-service-center:master
Bitte nimm den auf