Skip to content

Releases: jsh9/pydoclint

0.5.14

26 Dec 05:05
46c5cb7
Compare
Choose a tag to compare

What's Changed

  • Make pydoclint not crash on syntax erros (including invisible chars) by @jsh9 in #194
  • Fix a bug with ast.assign by @jsh9 in #195

Full Changelog: 0.5.13...0.5.14

0.5.13

20 Dec 07:45
dfd9494
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with subscript assign by @jsh9 in #191
  • Fix a bug with reading non-UTF-8 encoded files by @jsh9 in #192

Full Changelog: 0.5.12...0.5.13

0.5.12

16 Dec 03:09
ca6f344
Compare
Choose a tag to compare

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

14 Dec 21:18
3b4dcb5
Compare
Choose a tag to compare

What's Changed

  • fix: get name of a raised exception when bound in except by @Amar1729 in #184

Full Changelog: 0.5.10...0.5.11

0.5.10

07 Dec 05:51
a902f5a
Compare
Choose a tag to compare

What's Changed

  • Hide msg about loading config in quiet mode by @aemonge in #178
  • Fix bug caused by assigning value to attr by @jsh9 in #181
  • Rename unparseAnnotation by @jsh9 in #182
  • Rename InternalError into EdgeCaseError by @jsh9 in #183

Full Changelog: 0.5.9...0.5.10

0.5.9

29 Sep 22:31
8170436
Compare
Choose a tag to compare

What's Changed

  • doc(usage): Including a null-ls use with neovim. by @aemonge in #167
  • Improve handling of long type annotations by @jsh9 in #173

New Contributors

Full Changelog: 0.5.8...0.5.9

0.5.8

23 Sep 07:52
5e941f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.7...0.5.8

0.5.7

03 Sep 00:40
f758604
Compare
Choose a tag to compare

What's Changed

  • docs: add "sphinx" as an allowed style by @Amar1729 in #159
  • tox: use deps = . instead of pip 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

Full Changelog: 0.5.6...0.5.7

0.5.6

17 Jul 08:39
94efc5f
Compare
Choose a tag to compare

What's Changed

  • Stop trying to check folder with names ending in .py by @jsh9 in #155

Full Changelog: 0.5.5...0.5.6

0.5.5

16 Jul 09:17
0247ef5
Compare
Choose a tag to compare

What's Changed

  • Improve class attr comparison logic by @jsh9 in #154

Full Changelog: 0.5.4...0.5.5