Jason Simeone
Jason Simeone
Oh wow -- a blast from the past. :) If you send over a PR with the fixes you made, I'd be happy to merge them and publish an update...
> @jayclassless thanks I made a PR [jayclassless/setoptconf#3](https://github.com/jayclassless/setoptconf/pull/3) Merged and published as `0.3.0`.
Yup, good call. Uploaded.
Absolutely agree. That topic needs more documentation. Anyone else stumbling upon this in the meantime can look at the `pyproject.toml` at the root of this repository for an example of...
LGTM. Thanks for contributing! If you could add a test for it (see `test_report_structured.py` for a simple example) and update the `README.rst`, I'll merge this right in.
> how can i ignore the timestamps? should i parse the json and compare that way? You could parse it and check the resulting dictionary, or you could use something...
If you're willing to take the time, then by all means... :) I didn't take the noqa implementation that far originally because [you can specify exclusions](https://github.com/jayclassless/tidypy/blob/master/pyproject.toml#L8) in your pyproject.toml, so...