Skip to content

Releases: nathanjmcdougall/suiteas

v0.3.3

24 Apr 22:57
2aa9e60
Compare
Choose a tag to compare
  • A bug has been fixed where UTF8 characters in Python files would give fatal errors.

v0.3.2

24 Apr 22:19
7412f56
Compare
Choose a tag to compare
  • Better error messages are now provided for the situation where src_rel_path is set
    incorrectly and where as a result, SuiteAs is looking for unit tests for something which
    is not a package. (#98)

v0.3.0

18 Jan 00:59
7ce98c3
Compare
Choose a tag to compare
  • Global ignore configuration is now supported, allowing you to disable a linting rule
    completely across all files. (#60)
  • Provided full support for Python 3.12 syntax, namely for PEP 695 Type Aliasing. (#40)

v0.2.0

04 Jan 07:54
8f0a4d3
Compare
Choose a tag to compare

Basic checking functionality has been implemented, comprising three rules; SUI001, SUI002, and SUI003.

v0.1.0

05 Nov 03:44
2a03996
Compare
Choose a tag to compare

The basic project has been configured, providing only a hello function.

Features

  • The project has been initialized as a skeleton using rye. (#3)
  • Changelogs with `towncrier`` have been configured for this project. (#4)
  • The PyPI release process has been configured. (#5)
  • pre-commit has been configured for this project with basic hooks. (#6)