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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Implement Pylint good first issue Good for newcomers plugin Implementing a known but unsupported plugin
#970 opened Nov 30, 2022 by charliermarsh 100+
Static type checking à la mypy type-inference Requires more advanced type inference.
#3893 opened Apr 5, 2023 by saada
Formatter: Specify indentation for function parameters formatter Related to the formatter style How should formatted code look
#8360 opened Oct 30, 2023 by LeonarddeR
Import detection and resolution via Python resolver for pylint question Asking for support or clarification
#9103 opened Dec 12, 2023 by pwithams
CLI: Show fixes by default in ruff check cli Related to the command-line interface
#7352 opened Sep 13, 2023 by zanieb
Implement flake8-cognitive-complexity needs-decision Awaiting a decision from a maintainer needs-design Needs further design before implementation plugin Implementing a known but unsupported plugin
#2418 opened Jan 31, 2023 by ngnpope
1 task
Implement flake8-logging plugin Implementing a known but unsupported plugin
#7248 opened Sep 8, 2023 by LaBatata101
9 of 15 tasks
Emit diagnostics for new syntax as per the target Python version help wanted Contributions especially welcome parser Related to the parser rule Implementing or modifying a lint rule
#6591 opened Aug 15, 2023 by dhruvmanila
11 tasks
Enforce import from __all__ (at least locally) rule Implementing or modifying a lint rule
#167 opened Sep 12, 2022 by samuelcolvin
Formatter: Support putting multiple items per line for large sequences formatter Related to the formatter style How should formatted code look
#11886 opened Jun 15, 2024 by tdulcet
Warn on unused exclude patterns from pyproject.toml configuration Related to settings and configuration
#357 opened Oct 7, 2022 by adriangb
Implement rules in darglint docstring Related to docstring linting or formatting plugin Implementing a known but unsupported plugin
#458 opened Oct 21, 2022 by edgarrmondragon
Implement flake8-noqa plugin Implementing a known but unsupported plugin
#850 opened Nov 21, 2022 by JonathanPlasse
10 of 16 tasks
feature: Support D417 for __init__ Parameters in numpy class docstrings bug Something isn't working docstring Related to docstring linting or formatting
#924 opened Nov 27, 2022 by tlambert03
Relative import management plugin Implementing a known but unsupported plugin
#1014 opened Dec 3, 2022 by noirbizarre
Support baselines core Related to core functionality suppression Related to supression of violations e.g. noqa
#1149 opened Dec 8, 2022 by edgarrmondragon
Feature request: Support a "warning" level for linting configuration Related to settings and configuration core Related to core functionality
#1256 opened Dec 16, 2022 by lengau
[feature-request] enhanced first-party detection core Related to core functionality isort Related to import sorting
#1332 opened Dec 22, 2022 by smackesey
Support for refurb plugin Implementing a known but unsupported plugin
#1348 opened Dec 23, 2022 by guyrosin
Enable users to select Ruff version via pre-built WASM packages playground A playground-specific issue
#1386 opened Dec 26, 2022 by charliermarsh
Use banned-api for deprecation checks in general rule Implementing or modifying a lint rule
#1507 opened Dec 31, 2022 by not-my-profile
lint for overuse of argument defaults in non-public functions needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#1512 opened Dec 31, 2022 by danieleades
[feature-request] Require first-party imports to target highest exporting non-ancestor module needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#1107 opened Dec 6, 2022 by smackesey
ProTip! Exclude everything labeled bug with -label:bug.