Add simple check for meta-indicator value type#258
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
=====================================
Coverage 96.7% 96.7%
=====================================
Files 221 221
Lines 9841 9853 +12
=====================================
+ Hits 9520 9532 +12
Misses 321 321
🚀 New features to boost your workflow:
|
|
I give up, I don't know which ruff version to use to make the linter pass... |
|
The version should not matter or the version in the poetry.lock file should work. Would reformat: tests/core/test_meta.py Did you try: ruff format tests/core/test_meta.py ? Edit: My IDE also sorts imports for me which you may be able to achieve using : |
Of course, and I tried it with both 0.15.12 (per |
|
My IDE also sorts imports for me which you may be able to achieve using : |
|
I cleared the cached virtualenv using the github cli and restarted the Code Quality job. |
|
Wow, thats annoying... |
This is an alternative to #257, raising a clear error message when meta-indicator values of an unsupported type are added instead of (trying to) casting everything unexpected to string.
Closes #256