Support language: unsupported and language: unsupported_script introduced in pre-commit v4.4#1073
Conversation
…troduced in pre-commit v4.4 Honestly, I have no idea why `system` and `script` got deprecated or what we're supposed to use instead. I probably won't deprecate them in prek.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1073 +/- ##
==========================================
+ Coverage 89.75% 89.82% +0.06%
==========================================
Files 72 72
Lines 13299 13299
==========================================
+ Hits 11937 11946 +9
+ Misses 1362 1353 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (16.2 MiB → 16.2 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
I think the motivation is basically that the name is misleading - To be clear, the deprecation only applies to the name used for this config. There's no plan to deprecate the new The irony here is that the new names are probably misleading too! They imply that those two options are themselves going to be deprecated at some point in the future. Regardless of the motivations, I would personally support that in |
Thanks, that makes more sense now. |
Honestly, I have no idea why
systemandscriptgot deprecated or what we're supposed to use instead. I probably won't deprecate them in prek.Closes #1070