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

Let ruff fix more issues #269

Closed
wants to merge 2 commits into from
Closed

Let ruff fix more issues #269

wants to merge 2 commits into from

Conversation

visr
Copy link
Member

@visr visr commented Aug 5, 2024

This will now use the default of fixing everything it can safely fix:

fixable = ["ALL"]

Rather than only the isort rules: https://docs.astral.sh/ruff/rules/#isort-i

Not sure why it was set to "I".

visr and others added 2 commits August 5, 2024 15:51
This will now use the default of fixing everything it can safely fix:

```toml
fixable = ["ALL"]
```

Rather than only the isort rules: https://docs.astral.sh/ruff/rules/#isort-i
@Huite
Copy link
Collaborator

Huite commented Aug 6, 2024

I've just added it directly in 19bb310
(Got the commit message wrong too..., not my best day)

lockfile was outdated, then I had somewhat corrupted conda data in my own .pixi; then merge conflict, etc. etc., didn't seem worth it.

Thanks for notifying this though!

@Huite Huite closed this Aug 6, 2024
@visr visr deleted the visr-patch-1 branch August 6, 2024 14:09
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.

2 participants