-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
chore: update pre-commit hooks #3290
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #3290 +/- ##
========================================
Coverage 99.70% 99.70%
========================================
Files 248 248
Lines 18894 18899 +5
========================================
+ Hits 18839 18844 +5
Misses 55 55
☔ View full report in Codecov by Sentry. |
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.
Will check the failing CI
16cb21f
to
3089f37
Compare
I just saw this one, I think we should ignore Nevertheless, this might be a bug we haven't caught because using |
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.284...v0.0.287) - [github.com/adamchainz/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0)
beafc24
to
d86e4a0
Compare
That is true, but the code is just checking if the variable is of type Let's see if it breaks this time 🙁 |
Oh I had tested it locally and it had failed, and it has now failed here as well. Do you know what a suitable fix would be? |
The checks were failing as some PyBaMM classes are a subclass of |
updates: