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

Enable more Ruff rules #123

Open
theferrit32 opened this issue Mar 7, 2024 · 1 comment
Open

Enable more Ruff rules #123

theferrit32 opened this issue Mar 7, 2024 · 1 comment
Assignees

Comments

@theferrit32
Copy link
Contributor

Apparently the default is actually a fairly small subset of the rules.

Enabling all the rules with --select ALL or in pyproject.toml:

[tool.ruff.lint]
select = ["ALL"]
preview = true

creates a lot more warnings. Maybe too much, but it can be filtered to error level with "E" instead of "ALL".

@theferrit32
Copy link
Contributor Author

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

No branches or pull requests

1 participant