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

Have option to ignore unknown rule selector codes question Asking for support or clarification
#2557 by mhvk was closed May 18, 2023
new rule: remove unnecessary list wrapping rule Implementing or modifying a lint rule
#2502 by spaceone was closed May 18, 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
Implement flake8-newspaper-style plugin Implementing a known but unsupported plugin
#2436 by sbrugman was closed Jun 12, 2023
ruff init cli Related to the command-line interface
#2405 by charliermarsh was closed May 18, 2023
Possible --interactive flag/mode for use with --fix? cli Related to the command-line interface
#2395 by ngnpope was closed May 10, 2023
Allow BLE001 if future.set_exception is used rule Implementing or modifying a lint rule
#2360 by JonathanPlasse was closed May 20, 2023
PT013: Ignore imports in TYPE_CHECKING block? question Asking for support or clarification
#2258 by ngnpope was closed May 18, 2023
Autofix applicability core Related to core functionality
#1997 by not-my-profile was closed Jun 14, 2023
SIM108 fixer: enhance refactoring for shared function call rule Implementing or modifying a lint rule
#1792 by spaceone was closed Jun 8, 2023
[Feature request] Support .editorconfig configuration Related to settings and configuration
#1530 by rassie was closed May 18, 2023
Nest cache entries under package version subdirectories internal An internal refactor or improvement
#1480 by charliermarsh was closed May 8, 2023
noqa for a portion of a file for a specific error suppression Related to supression of violations e.g. noqa
#1289 by tekumara was closed May 13, 2023
Modify find_local to read from the filesystem exactly once isort Related to import sorting performance Potential performance improvement
#1224 by charliermarsh was closed May 18, 2023
Mark redefined variables as unused in simple same-branch cases rule Implementing or modifying a lint rule
#1174 by charliermarsh was closed Jun 19, 2023
Comments among import statements flagged as incorrect question Asking for support or clarification
#842 by brettcannon was closed Nov 21, 2022
Come up with a more declarative interface for adding simple checks to Checker internal An internal refactor or improvement
#801 by charliermarsh was closed Sep 14, 2023
ANN001 is fired when argument already set (mypy not complain in such case). configuration Related to settings and configuration
#794 by actionless was closed Nov 17, 2022
Avoid computing noqa line map if no violations were found for a given file internal An internal refactor or improvement performance Potential performance improvement
#481 by charliermarsh was closed May 11, 2023
ProTip! Adding no:label will show everything without a label.