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

Implement flake8-requests plugin Implementing a known but unsupported plugin
#2393 opened Jan 31, 2023 by takkaria
Implement C0325 to catch unnecessary parentheses rule Implementing or modifying a lint rule
#2389 opened Jan 31, 2023 by spaceone
Allow output to file with different format to output to console cli Related to the command-line interface wish Not on the current roadmap; maybe in the future
#2388 opened Jan 31, 2023 by ngnpope
allow to specify output format for --format=text configuration Related to settings and configuration needs-decision Awaiting a decision from a maintainer
#2350 opened Jan 30, 2023 by spaceone
autofix for flake8-use-pathlib (PTH) rules fixes Related to suggested fixes for violations
#2331 opened Jan 29, 2023 by LefterisJP
Support flake8-annotations-complexity plugin Implementing a known but unsupported plugin
#2323 opened Jan 29, 2023 by Crocmagnon
Potential New Lint Check: Alphabetized Enums rule Implementing or modifying a lint rule
#2315 opened Jan 29, 2023 by traviscook21
D417 Argument descriptions only required if there is an "Args" section docstring Related to docstring linting or formatting
#2310 opened Jan 28, 2023 by jackdesert
Implement TYP001 from flake8-typing-imports rule Implementing or modifying a lint rule
#2302 opened Jan 28, 2023 by charliermarsh
B020 false positive: for foo.bar in baz needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#2208 opened Jan 26, 2023 by spaceone
Add support for rule aliasing core Related to core functionality
#2186 opened Jan 26, 2023 by charliermarsh
PD010: pivot table false positive bug Something isn't working type-inference Requires more advanced type inference.
#2143 opened Jan 24, 2023 by sbrugman
Implement flynt's "join and concat to f-string" transforms rule Implementing or modifying a lint rule
#2102 opened Jan 23, 2023 by akx
1 of 2 tasks
feature request: report module missing __all__ rule Implementing or modifying a lint rule
#2098 opened Jan 22, 2023 by sbrugman
UP032: detect more cases fixes Related to suggested fixes for violations
#2031 opened Jan 20, 2023 by spaceone
isort option group-by-package isort Related to import sorting
#1936 opened Jan 17, 2023 by nstarman
Implement import-linter plugin Implementing a known but unsupported plugin
#1912 opened Jan 16, 2023 by jankatins
Splitting up the ruff_linter crate for faster compile times internal An internal refactor or improvement
#1820 opened Jan 12, 2023 by not-my-profile
Rule categorization core Related to core functionality
#1774 opened Jan 10, 2023 by not-my-profile
Human-friendly rule names core Related to core functionality linter Related to the linter
#1773 opened Jan 10, 2023 by not-my-profile
1 task done
Check if number of variables in unpacking assignment matches slice notation rule Implementing or modifying a lint rule
#1658 opened Jan 5, 2023 by not-my-profile
ProTip! Exclude everything labeled bug with -label:bug.