[pre-commit.ci] pre-commit autoupdate - #360
Conversation
a6030f6 to
b428c19
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
==========================================
- Coverage 94.65% 94.62% -0.03%
==========================================
Files 77 77
Lines 3815 3815
Branches 248 248
==========================================
- Hits 3611 3610 -1
Misses 137 137
- Partials 67 68 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
9f27325 to
d2eab79
Compare
updates: - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.2](astral-sh/ruff-pre-commit@v0.15.20...v0.16.2)
5ab40a0 to
b03d487
Compare
omosola
left a comment
There was a problem hiding this comment.
Overall, looks good to me. 👍
I added comments related to the positional argument changes. Those were the main things I would update within this PR.
|
Decided to make all arguments keyword-only instead of changing the call sites. While it's one of the more interpretable arguments (which is why it was kept as optionally positional), it's also one of the less interesting ones so I don't really want to move that up the parameter order. |
Works for me 👍 |
updates: