Skip to content

v4.2.0

Latest

Choose a tag to compare

@flashcode flashcode released this 09 Feb 19:44
· 1 commit to main since this release

Changed

  • Breaking: improve typing annotations, Python 3.10 is now required
  • Scan entire directories with path given on command line
  • Display default values in help text
  • Use uv for packaging
  • Use ruff and ty linters

Added

  • Add option -F (or --error-on-fuzzy) to report fuzzy strings (#16, #17)
  • Add option -o (or --output-format) to customize output format, options -e and -m are now aliases on this option
  • Add official pre-commit hook

Fixed

  • Do not display empty line when no misspelled word is found with option -m / --only-misspelled / --output-format misspelled