Issues
- 5
Allow short docstrings in pydoclint
#13086 opened by valentincalomme - 0
docstring-missing-returns (`DOC201`) reports on `__new__`
#13079 opened by tjkuson - 3
Add meta descriptions to rule pages
#13197 opened by charliermarsh - 4
`ruff rule` should include a property that indicates the fix is unsafe or not
#13108 opened by zender-vivodyne - 1
[red-knot] Fixes for string literal handling
#13224 opened by MichaReiser - 6
Ruff toml with `extend` doesn't apply the rules
#13232 opened by rogier-stegeman - 8
Adding `__init__.py` silences `TRY400` (related to relative import)
#13225 opened by DimitriPapadopoulos - 0
[red-knot] fix deferred annotations referencing other scopes
#13176 opened by carljm - 3
- 1
Add a test for `knot_benchmark` that asserts we have roughly the number of expected errors
#13229 opened by AlexWaygood - 0
Remove use of `macos-12` image
#13231 opened by charliermarsh - 1
- 0
index out of range
#13222 opened by mmbart - 4
A `__new__` method should be considered a staticmethod, not a classmethod.
#13154 opened by cake-monotone - 0
[flake8-type-checking] Missing rules, autofix strategies, overlapping rules and more
#13208 opened by Daverball - 0
Report DTZ violation on `datetime.datetime.max` and `min`
#13217 opened by ItsDrike - 2
False negative for D403 when the first sentence only has one word but the whole docstring is longer
#13167 opened by dscorbett - 4
Rule request: Warn whenever any default value is provided in __post_init__
#13128 opened by NeilGirdhar - 2
False positive S311 with `random` module
#13205 opened by DanielYang59 - 6
Could ruff also check files according to file's shebang?
#13122 opened by praiskup - 3
How to ignore specific import being sorted
#13156 opened by myslak71 - 3
[red-knot] ensure that type inference on a high-durability file is also high durability
#13169 opened by carljm - 5
`pydoclint` diagnostics should target docstrings instead of the first undocumented return, yield, or exception
#13184 opened by tjkuson - 3
- 2
[Feature Request] System-wide configuration file
#13138 opened by blackteahamburger - 3
- 1
F401 rule has a bug
#13181 opened by seriaati - 0
Possible false negative on PLR1736
#13183 opened by sbrugman - 0
Enrich messages of SARIF results
#13179 opened by RussellLuo - 2
- 0
[red-knot] assert that we don't infer the same expression/definition in multiple regions
#13168 opened by carljm - 1
FURB105 fix removes `sep` arguments with side effects
#13126 opened by dscorbett - 1
- 4
`ruff check --fix ` failed to fix the E402 error.
#13151 opened by hongyi-zhao - 2
Ruff check passes, but file is has syntax error
#13153 opened by uweschmitt - 5
D406 removes colons where D416 adds them
#13139 opened by maxschulz-COL - 2
Update FAQ to reflect the default value of `src`
#13134 opened by dhruvmanila - 1
- 5
Multiline function definition headers
#13149 opened by RubenVanEldik - 5
RET504 for yield
#13141 opened by opk12 - 2
RUF012 does not catch mutable default in dataclass
#13137 opened by msehnout - 4
Formatter: quote-style bug
#13120 opened by blackteahamburger - 3
Remove `if TYPE_CHECKING: pass`
#13132 opened by hauntsaninja - 0
Type hinting Numpy arrays raises UP037 warning
#13121 opened by MattTheCuber - 0
- 4
Unclear how to configure the quouting style in Zed extension
#13090 opened by Yura52 - 1
PLW3301 (nested-min-max) Autofix inappropriately strips nested function call when the nested function call wasn't `max`
#13088 opened by AustinStarnes - 1
- 3
Formatter: request for a Rule Similar to ESLint’s padding-line-between-statements
#13080 opened by ivaaahn - 1