Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 02:52
97754a8

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

pydistcheck \
  --select 'path-too-long' \
  --select 'too-many-files' \
  dist/*

💡 New Features

📖 Documentation

🛠 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