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

🔧 Add additional Ruff lints (and fix issues) #862

Merged
merged 10 commits into from
Mar 26, 2024

Commits on Jan 26, 2024

  1. glob 'bugbear' lints and use exception chaining

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8ae301e View commit details
    Browse the repository at this point in the history
  2. add 'flake8-commas (COM) lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    997426f View commit details
    Browse the repository at this point in the history
  3. add 'flake8-future-annotations (FA)' lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    caae7d3 View commit details
    Browse the repository at this point in the history
  4. add 'flake8-pie (PIE)' lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b7f7a1d View commit details
    Browse the repository at this point in the history
  5. add 'pygrep-hooks (PGH)' lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e0b5f08 View commit details
    Browse the repository at this point in the history
  6. add 'Perflint (PERF)' lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e647521 View commit details
    Browse the repository at this point in the history
  7. add 'refurb (FURB)' lints

    daniel.eades committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b26df6b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9cc7eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698a696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d99f4e View commit details
    Browse the repository at this point in the history