uptick / pymyob

A Python SDK for the MYOB Business (formerly AccountRight Live, and New Essentials) API.
BSD 3-Clause "New" or "Revised" License
18 stars 24 forks source link

Swap to Ruff #106

Closed jarekwg closed 1 week ago

jarekwg commented 1 week ago

Replaces isort & flake8 with ruff. Introduces a bunch of additional linting rules. Removes setup.cfg

Notable changes:

Closes #90