Skip to content

Issues: astral-sh/ruff

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Ruff complains about a too long line which black does not format question Asking for support or clarification
#5385 by nbro10 was closed Jun 27, 2023
resources imported but unused configuration Related to settings and configuration
#4250 by IamRezaMousavi was closed Apr 11, 2024
Autofix EM101 fixes Related to suggested fixes for violations
#9052 by kunaltyagi was closed Dec 8, 2023
[ruff --fix] (v0.0.239) When working with numpy arrays mask == True is not the same as mask is True bug Something isn't working type-inference Requires more advanced type inference.
#2443 by FrancescElies was closed May 21, 2023
# type:ignore is not well placed question Asking for support or clarification suppression Related to supression of violations e.g. noqa
#10440 by sylvainmouquet was closed Mar 19, 2024
Allow strings to intersperse imports for E402 needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#9373 by XChikuX was closed Oct 7, 2024
Line length incorrect for non-ascii text needs-decision Awaiting a decision from a maintainer
#3825 by snstanton was closed Dec 7, 2023
F841 is raised when case other:
#4204 by mmahmoudian was closed May 4, 2023
ruff and libcst question Asking for support or clarification
#5566 by kloczek was closed Jul 7, 2023
Docs Request: Add examples of settings that can be turned on and off documentation Improvements or additions to documentation
#11355 by DeflateAwning was closed Jul 26, 2024
Unable to parse '.ruff.toml' when configured for Ruff linter question Asking for support or clarification
#7899 by echoix was closed Oct 10, 2023
Searching for .config/ruff.toml configuration Related to settings and configuration
#10493 by bersace was closed Apr 2, 2024
formatter removes blank line after class definition formatter Related to the formatter style How should formatted code look
#8566 by spaceone was closed Nov 9, 2023
B018: false positive bug Something isn't working question Asking for support or clarification
#5006 by spaceone was closed Jun 12, 2023
Unable to set lineLength from nvim lua config question Asking for support or clarification
#12778 by SafetyMary was closed Aug 9, 2024
Failed to detect-same-package for first-party isort Related to import sorting question Asking for support or clarification
#10927 by serjflint was closed May 22, 2024
ISC001 in case of explicit string concatenation needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#13535 by spaceby was closed Sep 27, 2024
B018 false positive for notebooks accepted Ready for implementation bug Something isn't working
#6586 by david-waterworth was closed Nov 14, 2023
I001 conflict with autopep8 / pycodestyle's E302 question Asking for support or clarification
#3720 by Avasam was closed Mar 25, 2023
providing settings for rules which are not generated should produce a warning configuration Related to settings and configuration
#4266 by joaompinto was closed Jan 10, 2024
Add support for optional trailing comma formatter Related to the formatter style How should formatted code look
#9389 by 17Reset was closed Jul 2, 2024
ruff init cli Related to the command-line interface
#2405 by charliermarsh was closed May 18, 2023
ProTip! Exclude everything labeled bug with -label:bug.