Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap to Ruff #106

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Swap to Ruff #106

merged 1 commit into from
Nov 24, 2024

Conversation

jarekwg
Copy link
Member

@jarekwg jarekwg commented Nov 24, 2024

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

Notable changes:

  • Providing a non-datetime object to oauth_expires_at now raises ValueError explicitly rather than using a plain assert.
  • Bumped minimum python version to 3.10 to take advantage of some slightly nicer type checking.

Closes #90

@jarekwg jarekwg force-pushed the build/ruff-upgrade branch 3 times, most recently from 838f56a to e550c13 Compare November 24, 2024 13:33
@jarekwg jarekwg changed the title Build/ruff upgrade Swap to Ruff Nov 24, 2024
@jarekwg jarekwg merged commit 16bb749 into master Nov 24, 2024
5 checks passed
@jarekwg jarekwg deleted the build/ruff-upgrade branch November 24, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swap CI to Ruff
1 participant