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 Ruff as a code checker #222

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Commits on Jul 11, 2023

  1. Add Ruff as a code checker

    Ruff is a newer code checker that is written in Rust and is very fast.
    Adding this now with a number of pretty sane checks to start with.
    I recommend having ruff integrated into your editor to pick out issues
    as you write code.
    JacobCallahan committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fbc4b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Going full into pyproject.toml

    Switch all relevant config files to pyproject.toml
    Also added in pre-commit checks for black and ruff
    Bumped out python version 3.9
    Added in dependabot config for actions, since others are largely unpinned
    JacobCallahan committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    04a4f44 View commit details
    Browse the repository at this point in the history