-
Notifications
You must be signed in to change notification settings - Fork 83
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
MAINT: Fix codecov jobs and update pre-commit #460
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #460 +/- ##
==========================================
- Coverage 81.67% 81.47% -0.21%
==========================================
Files 29 29
Lines 2647 2618 -29
==========================================
- Hits 2162 2133 -29
Misses 485 485
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
810fb66
to
5208c49
Compare
74b5a77
to
2dd9409
Compare
2dd9409
to
22f88f9
Compare
22f88f9
to
ee662b4
Compare
4938ef6
to
3e8afc1
Compare
ea76978
to
5d48a53
Compare
d37abe2
to
80a7a7d
Compare
58b0c4f
to
f04dde6
Compare
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.990 → v1.2.0](pre-commit/mirrors-mypy@v0.990...v1.2.0)
64060b1
to
f5be1c5
Compare
for more information, see https://pre-commit.ci
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 - also added in a fix for the codecov jobs that were failing as it wasn't working on non-ubuntu systems
updates: