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

run ruff in default configuration and swap flake8 and black out #190

Merged
merged 2 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. run ruff in default configuration and swap flake8 and black out

    The codebase is so small that it doesn't seem any faster, but it's
    hype and then we can enable a bunch more checks, especially isort
    which is currently dearly missing.
    
    Fixes ua-parser#174
    masklinn committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f62d037 View commit details
    Browse the repository at this point in the history
  2. Configure ruff beyond the basics

    Especially isort, shame it's not part of format but...
    masklinn committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ca5b1b3 View commit details
    Browse the repository at this point in the history