Closed jarekwg closed 1 week ago
Replaces isort & flake8 with ruff. Introduces a bunch of additional linting rules. Removes setup.cfg
Notable changes:
oauth_expires_at
assert
Closes #90
Replaces isort & flake8 with ruff. Introduces a bunch of additional linting rules. Removes setup.cfg
Notable changes:
oauth_expires_at
now raises ValueError explicitly rather than using a plainassert
.Closes #90