Ned Batchelder
Ned Batchelder
Hi, thanks, I hadn't heard of livejs before. But I don't think I want to always use it in every HTML report. Maybe we can solve this similarly to `extra_css`?...
Is it possible to simply not wrap your original changelog fragments?
Yes, it's one long line, so you use word wrapping in your editor. I guess I'm not sure why scriv needs to fiddle with the line wrapping. How do you...
TBH, the re-wrapping for .rst is an accident: scriv uses pandoc to convert .rst to .md for GitHub releases, since GitHub will only accept markdown. In theory there's no need...
Hmm, it looks like a relative omit pattern like `'src/whatever/*.py'` won't work with `relative_files=true`. You can make it work for now with a pattern of `'*/src/whatever/*.py'` while I figure out...
Instead of further complicating pytest-cov, why not run diff-cover as a command of its own?
I'm coming back to thinking about this. I don't understand this one: > Figuring out whether any of those fragments are actually present The fragments are just files in a...
I've refactored to create a sketch of an API in pull request #28. Take a look and let me know what you think.
> Yes, even better: check if the fragments are present and valid. In the context of linting checks in pull requests, it's usually important to figure out if a new...
Version 0.11.0 has an (undocumented) API now. Let me know if you try it.