v0.7.0
Changes
💡 New Features
- add path-too-long check @jameslamb (#244)
😬 Breaking
- change array-like configuration values to multi-options (fixes #246, fixes #55) @jameslamb (#248)
- add expected-files check, rename '--unexpected-file-patterns' to '--expected-files' (fixes #233) @jameslamb (#242)
🙈 Bug Fixes
- [ci] another upload-artifact fix @jameslamb (#230)
📖 Documentation
- [docs] add links and detail to Check Reference @jameslamb (#250)
- [docs] fix formatting of blockquotes @jameslamb (#247)
- [docs] expand docs on testing a Python distribution @jameslamb (#245)
- [docs] update docs on configuration @jameslamb (#243)
- [docs] fix formatting of conda-verify link @jameslamb (#238)
- [docs] add more tools to 'How to Test a Python Distribution' @jameslamb (#237)
🛠 Maintenance
- [ci] move shellcheck to pre-commit, use shellcheck-py @jameslamb (#249)
- reduce variable scope in shell scripts @jameslamb (#241)
- [ci]: Bump the ci-dependencies group with 3 updates @dependabot (#240)
- [ci] update some CI dependencies, add dependabot @jameslamb (#239)
- [ci] use pre-commit to run some autoformatting and linting @jameslamb (#236)