v0.8.0
What's Changed
- Use a flag when preparing rules, rather than ff internals by @thatch in #160
- refactor: fewer things named 'run', move code into helper methods by @nedbat in #162
- Python 3.14 compatibility by @thatch in #165
- Expand user in rules-repo value by @thatch in #172
- Explicitly use prefix="" for --rules-repo by @thatch in #173
- Coverage measurement for Python rules by @nedbat in #159
- Don't try to diff binary files by @thatch in #171
- Ruleset config url and path work differently by @thatch in #174
- Configurable batch_size by @thatch in #164
- Add a "-k" flag for substring match by @thatch in #166
- Support @ref in git urls by @thatch in #167
- coverage data includes the test name as the context by @nedbat in #175
- Write coveragerc exactly once per venv by @thatch in #176
- Also catch FileNotFoundError by @thatch in #177
- Restore previous behavior of 'main' being tracked by @thatch in #178
- Treat the repo as on PYTHONPATH making relative imports work by @thatch in #170
Full Changelog: v0.7.1...v0.8.0