John T. Wodder II

Results 282 issues of 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...

C-bug
I-false-positive

I'm not sure how much simplification would result, though. This will require dropping support for Python 3.7 first.

under consideration
code quality
internal

As `namespace_packages.txt` can legitimately be a duplicate of `top_level.txt`.

c:W002

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.

under consideration
configuration

under consideration
configuration
robustness

See the implementation on [the `contains_path` branch](https://github.com/jwodder/check-wheel-contents/tree/contains_path).

under consideration
c:W101
c:W102
code quality
internal

Or would #10 make this redundant?

enhancement
c:W101
c:W102

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...