Skip to content

Releases: AnswerDotAI/fastaistyle

v0.0.16

02 May 05:22

Choose a tag to compare

New Features

  • Allow semicolon-separated field annotations in dataclasses (#15)
  • Add --fix mode with per-rule auto-fixers and --ignore support (#14)
  • suppress all lines from style checks and resolve config root from nearest pyproject.toml (#13)
  • Rename --skip-folder-re to --skip-path-re with support for matching normalized relative paths (#12)
  • Add disabled option (#11)
  • Add inefficient multi-line from-import check and corresponding test (#10)

v0.0.15

21 Mar 02:40

Choose a tag to compare

New Features

  • Add unused import detection for Python files and notebooks with nbdev export-cell awareness (#9)

v0.0.14

20 Mar 06:00

Choose a tag to compare

New Features

  • Add checks for consecutive short imports, standalone closers, and continuation line indents (#8)

v0.0.13

21 Feb 21:04

Choose a tag to compare

New Features

  • Add skip-path support, fix hints, exempt string-heavy long lines (#7)

v0.0.12

31 Jan 10:22

Choose a tag to compare

New Features

  • Reduce fussiness of line length (#5)

v0.0.10

27 Jan 19:38

Choose a tag to compare

New Features

  • Add Jupyter notebook (.ipynb) support (#3), thanks to @jph00

v0.0.9

27 Jan 05:41

Choose a tag to compare

New Features

  • allow docmented function signatures and restructure as package (#2), thanks to @jph00

v0.0.8

24 Jan 07:47
8491e7e

Choose a tag to compare

What's Changed

  • Add --skip-folder-re to skip folders by regex pattern, with pyproject.toml config support by @jph00 in #1

New Contributors

  • @jph00 made their first contribution in #1

Full Changelog: v0.0.7...v0.0.8

v0.0.7

23 Jan 22:43

Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7