Changes
This release adds `ruff`-style `--select` to the CLI. For example, use the following to say "only run the checks on long paths and number of files".
shell
pydistcheck \
--select 'path-too-long' \
--select 'too-many-files' \
dist/*
💡 New Features
- add --select option to make checks opt-in jameslamb (265)
📖 Documentation
- add --inspect example to README jameslamb (270)
- [docs] add example with 'pip download' jameslamb (258)
- [docs] add a link to Check Reference jameslamb (257)
🛠Maintenance
- [ci] skip TYPE_CHECKING blocks in code coverage jameslamb (269)
- [ci] check docs with 'rstcheck' jameslamb (268)
- add Python 3.13 support, misc. CI improvements jameslamb (267)
- [ci] test that _Config.update_from_dict() updates 'ignore' param jameslamb (266)
- [ci]: Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the ci-dependencies group dependabot (262)
- [ci] stop using mambaforge jameslamb (263)
- update pre-commit hooks, other small testing changes jameslamb (261)
- [ci]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the ci-dependencies group dependabot (260)
- [ci] update pre-commit hooks, other small config changes jameslamb (259)
Contributors
dependabot, dependabot[bot] and jameslamb