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

Support grouped output format for --statistics cli Related to the command-line interface
#15031 opened Dec 17, 2024 by un-pogaz
Support ruff rule rule-name cli Related to the command-line interface
#14666 opened Nov 29, 2024 by InSyncWithFoo
option for remapped/removed rules to report an error instead of a warning cli Related to the command-line interface
#14568 opened Nov 25, 2024 by DetachHead
setting output format hides output in ruff check cli Related to the command-line interface needs-design Needs further design before implementation
#14452 opened Nov 19, 2024 by kaddkaka
Used --statistics option does hide the rule violations cli Related to the command-line interface needs-design Needs further design before implementation
#14451 opened Nov 19, 2024 by ssbarnea
[red-knot] Add support for path arguments to the CLI cli Related to the command-line interface red-knot Multi-file analysis & type inference
#14193 opened Nov 8, 2024 by MichaReiser Red Knot 2024
Cannot set config option with struct type from command-line cli Related to the command-line interface help wanted Contributions especially welcome
#13995 opened Oct 30, 2024 by LordAro
Feature request: update deprecated ruff settings automatically cli Related to the command-line interface configuration Related to settings and configuration
#13830 opened Oct 20, 2024 by njzjz
Ruff incorrectly matches .gitignore rules with sub-directories and has issues with respect-gitignore = false bug Something isn't working cli Related to the command-line interface
#13692 opened Oct 9, 2024 by mihnatenko
Audit how we determine whether a file is a "Python source file" cli Related to the command-line interface
#13691 opened Oct 9, 2024 by AlexWaygood v0.9
Add diff aware filtering to analyze graph cli Related to the command-line interface wish Not on the current roadmap; maybe in the future
#13623 opened Oct 4, 2024 by mjclarke94
Add a rule-specific equivalent of the --ignore-noqa flag cli Related to the command-line interface
#13341 opened Sep 12, 2024 by Zac-HD
Support passing file content from stdin when --add-noqa is used cli Related to the command-line interface suppression Related to supression of violations e.g. noqa
#13155 opened Aug 30, 2024 by InSyncWithFoo
Could ruff also check files according to file's shebang? cli Related to the command-line interface needs-design Needs further design before implementation
#13122 opened Aug 27, 2024 by praiskup
ruff check --show-files does not consider lint.exclude config cli Related to the command-line interface needs-design Needs further design before implementation
#13027 opened Aug 21, 2024 by Enayaaa
add --show-files for ruff format cli Related to the command-line interface wish Not on the current roadmap; maybe in the future
#13006 opened Aug 20, 2024 by Enayaaa
Warn on invalid # noqa rule codes cli Related to the command-line interface suppression Related to supression of violations e.g. noqa
#12811 opened Aug 11, 2024 by charliermarsh Loading… v0.9
It would be nice if using --respect-gitignore outside of a git repo spat out an error cli Related to the command-line interface
#12644 opened Aug 2, 2024 by jfly
Design display of fixes in check when there is no source cli Related to the command-line interface fixes Related to suggested fixes for violations
#12600 opened Jul 31, 2024 by chriskrycho
Design call to action messages for fixes displayed in check cli Related to the command-line interface fixes Related to suggested fixes for violations
#12598 opened Jul 31, 2024 by chriskrycho
List unused rules cli Related to the command-line interface needs-design Needs further design before implementation
#12432 opened Jul 21, 2024 by valentincalomme
Remove global options from ruff server subcommand cli Related to the command-line interface server Related to the LSP server
#12263 opened Jul 10, 2024 by dhruvmanila Ruff Server: Post-Stable
Command for Initializing Ruff Configuration cli Related to the command-line interface needs-decision Awaiting a decision from a maintainer
#12111 opened Jun 30, 2024 by erickguan
generate-shell-completion is a valid ruff command, but is not listed in ruff help cli Related to the command-line interface needs-decision Awaiting a decision from a maintainer
#12092 opened Jun 28, 2024 by tpgillam
Deprecate or un-deprecate extend-ignore and extend-unfixable cli Related to the command-line interface configuration Related to settings and configuration
#12014 opened Jun 24, 2024 by MichaReiser
ProTip! Exclude everything labeled bug with -label:bug.