Releases: jsh9/pydoclint
Releases · jsh9/pydoclint
0.5.14
0.5.13
0.5.12
What's Changed
- Drop Python 3.8 support by @jsh9 in #186
- Add mypy static type checking to pydoclint by @jsh9 in #185
- Use "modern" type annotations by @jsh9 in #187
- Add new config option to treat ClassVar attrs as class attrs by @jsh9 in #188
- Ensure support for py312 and 313 by @jsh9 in #189
Full Changelog: 0.5.11...0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
What's Changed
- docs: add "sphinx" as an allowed style by @Amar1729 in #159
- tox: use
deps = .
instead ofpip install
by @Amar1729 in #160 - Switch from tab to 4 spaces in baseline by @cidrblock in #152
- feat: introduce DOC503 for checking specific raised exceptions by @Amar1729 in #161
New Contributors
- @Amar1729 made their first contribution in #159
- @cidrblock made their first contribution in #152
Full Changelog: 0.5.6...0.5.7