-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
FAST002
only checks positional and keyword parameters
rule
#15117
opened Dec 23, 2024 by
harupy
Updating benchmarks
documentation
Improvements or additions to documentation
#15116
opened Dec 23, 2024 by
InSyncWithFoo
3.14 deferred evaluation of annotations
python314
Related to Python 3.14
rule
Implementing or modifying a lint rule
#15100
opened Dec 22, 2024 by
nickdrozd
False PD013 with pymc
needs-info
More information is needed from the issue author
#15092
opened Dec 21, 2024 by
darosio
Warn on Awaiting a decision from a maintainer
rule
Implementing or modifying a lint rule
2 ^ n
- author usually intends 2 ** n
needs-decision
#15091
opened Dec 21, 2024 by
Zac-HD
Configuration options for argument splitting into multiple lines
formatter
Related to the formatter
question
Asking for support or clarification
#15087
opened Dec 20, 2024 by
oxysoft
Question: why doesn't ruff complain about CapsWords (PascalCase)?
question
Asking for support or clarification
#15069
opened Dec 19, 2024 by
tribunsky-kir
F841 should also lint dummy variables
question
Asking for support or clarification
#15068
opened Dec 19, 2024 by
SaturnFromTitan
bug: using pydocstyle (D) does not enable D417
docstring
Related to docstring linting or formatting
question
Asking for support or clarification
#15065
opened Dec 19, 2024 by
bp50hz
Allow to ignore B008 (function calls in default arguments) in cases where the function is a method of a local variable
type-inference
Requires more advanced type inference.
#15062
opened Dec 19, 2024 by
beneyal
New rule: Unnecessary unicode escape character
needs-decision
Awaiting a decision from a maintainer
#15056
opened Dec 19, 2024 by
un-pogaz
[red-knot] Make Contributions especially welcome
red-knot
Multi-file analysis & type inference
Type::in_type_expression()
exhaustive
help wanted
#15048
opened Dec 18, 2024 by
AlexWaygood
FAST002
rule produces false positives and incorrect suggestions
bug
#15043
opened Dec 18, 2024 by
MarkusSintonen
[red-knot] Incorrect control flow modelling in if-elif chains
bug
Something isn't working
red-knot
Multi-file analysis & type inference
#15033
opened Dec 17, 2024 by
sharkdp
Support Related to the command-line interface
grouped
output format for --statistics
cli
#15031
opened Dec 17, 2024 by
un-pogaz
[red-knot] simplify across intersections in a union
help wanted
Contributions especially welcome
red-knot
Multi-file analysis & type inference
#15023
opened Dec 16, 2024 by
carljm
Rule idea: warn about unsafe usage of Awaiting a decision from a maintainer
rule
Implementing or modifying a lint rule
$
in regular expressions
needs-decision
#15017
opened Dec 16, 2024 by
bustbr
Rule documentation link does not work with lower case code
documentation
Improvements or additions to documentation
#15016
opened Dec 16, 2024 by
DaniBodor
pydocstyle
rules should follow naming convention
docstring
#15009
opened Dec 16, 2024 by
dylwil3
used-dummy-variable
(RUF052
) - false positive on private global variable when it has a usage in two functions
bug
#14996
opened Dec 16, 2024 by
DetachHead
[pytest] New rule idea- Prefer multiple Awaiting a decision from a maintainer
rule
Implementing or modifying a lint rule
pytest.param(..., id=...)
over pytest.mark.parametrize(..., ids=...)
needs-decision
#14994
opened Dec 15, 2024 by
UnknownPlatypus
Populate Related to settings and configuration
[tool.ruff.lint.flake8-quotes.inline-quotes]
from [tool.ruff.format.quote-style]
configuration
#14990
opened Dec 15, 2024 by
sobolevn
[red-knot] fully consolidate display of heterogenous unions of literals
help wanted
Contributions especially welcome
red-knot
Multi-file analysis & type inference
#14988
opened Dec 15, 2024 by
carljm
[red-knot] More useful property-tests based on trivia of set theory
red-knot
Multi-file analysis & type inference
testing
Related to testing Ruff itself
#14986
opened Dec 15, 2024 by
cake-monotone
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.