John T. Wodder II
John T. Wodder II
### Summary When the `missing_panics_doc` lint is set to "warn" or "deny" and `clippy.toml` contains "`check-private-items = true`", then the lint will warn/deny about `assert!()`, `unwrap()`, etc. in `#[test]` functions...
I'm not sure how much simplification would result, though. This will require dropping support for Python 3.7 first.
As `namespace_packages.txt` can legitimately be a duplicate of `top_level.txt`.
The older names should continue to be supported for backwards compatibility, but if a user uses both the singular & plural forms, the program should error.
See the implementation on [the `contains_path` branch](https://github.com/jwodder/check-wheel-contents/tree/contains_path).
Or would #10 make this redundant?
I am porting a setuptools version source plugin to hatch, and this plugin logs a bunch of messages using Python's `logging` library. Judging from the docs, it appears that hatch...