Enhancements
- Added "exclude_files" option for pyproject.toml config usage. by @mattgebert in #635
- Constructor checking for AST validator by @mattgebert in #622
Requirements
- build(pyproject.toml): drop support for python 3.9 (require 3.10+) by @mattgebert in #641
Bugfixes
- FIX: account for unreleased changes to sphinx by @tacaswell in #649
- Remove duplicate dependency in pyproject.toml by @stefmolin in #654
- TST: A few minor test improvements by @rossbar in #652
- Fix test warnings about invalid regex escape by @stefmolin in #655
- MAINT: rm unused kwarg from private method. by @rossbar in #658
- Fix pytest warning regression by switching to re.escape() by @stefmolin in #660
Maintenance
- Fix circleci doc buld by @jarrodmillman in #634
- MAINT: Make pre-commit run --all pass by @larsoner in #650
- MAINT: Add missing hooks tests. by @rossbar in #653
- CI version updates by @rossbar in #662
- More CI updates by @rossbar in #663
- MAINT: Prep for v1.10.0 by @larsoner in #667
Full Changelog: v1.9.0...v1.10.0