wwuck

Results 64 comments of wwuck

I'm somewhat in agreement @Arkq, except its hard to know if a "standard API" will ever appear given previous comments from some of the PyPA people. In any case, I'm...

@Arkq It’s finally arrived? https://github.com/pypa/build/issues/181#issuecomment-921789130

I think my use case is a little different. I was thinking more like adding a new warning code `I902: Package requirement contains a pre-release version` or similar. This would...

Yes that sounds good to me. It would also detect prerelease requirements from setup.py and poetry too?

Can I throw another suggestion in the mix? https://jazzband.co/ I don't have any affiliation with https://github.com/jazzband, but it does seem to work well for the https://github.com/jazzband/pip-tools project.

@yoheimuta I just noticed this failed. The error: ``` Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use...

@yoheimuta fixed in https://github.com/yoheimuta/protolint/pull/274

Is this still coming for `pyproject.toml`, or is it part of `flit build` now?

This would potentially be a generic PEP-621 linter similar to how setup-cfg-fmt works for setup.cfg? The best I've found to use so far is `toml-sort`, but that is generic toml...