-
Notifications
You must be signed in to change notification settings - Fork 6
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
[pre-commit.ci] pre-commit autoupdate #98
Conversation
a972913
to
e36d3f5
Compare
e36d3f5
to
2609a30
Compare
2609a30
to
03826f2
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.284...v0.0.290) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
03826f2
to
46118ea
Compare
The new version of if type(variable) == list: Instead, it's recommended to use: if isinstance(variable, list): @SainsburyWellcomeCentre/neuralplayground is anyone willing to undertake this fix? I'm happy to do it otherwise. |
I fixed the issue with the type comparisons, and I also set the pre-commit auto-update frequency to monthly (so these bot PRs don's come too often). I'll merge this as soon as the CI passes. |
Codecov Report
@@ Coverage Diff @@
## main #98 +/- ##
==========================================
- Coverage 55.39% 55.27% -0.12%
==========================================
Files 40 40
Lines 3428 3439 +11
==========================================
+ Hits 1899 1901 +2
- Misses 1529 1538 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
updates: