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

Support new ruff version, fix wrong call to ruff through PATH #52

Merged
merged 4 commits into from
Oct 20, 2023

Commits on Oct 20, 2023

  1. Add ruff 0.1.0 capabilities.

    Does the following:
     - Updates the pyproject.toml file to only support ruff>=0.1.0
     - Add the `--unsafe-fixes` option to the LSP config
    
    Co-authored-by: Julian Hoßbach <[email protected]>
    kstrauser and jhossbach committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b183eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5f874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438d8fd View commit details
    Browse the repository at this point in the history
  4. bump to v1.6.0

    jhossbach committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3f17ceb View commit details
    Browse the repository at this point in the history