Skip to content

Pull requests: astral-sh/ruff

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
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

[red-knot] Error out when an mdtest code block is unterminated red-knot Multi-file analysis & type inference testing Related to testing Ruff itself
#14965 opened Dec 14, 2024 by InSyncWithFoo Loading…
[ruff_python_ast] Add name and default functions to TypeParam. internal An internal refactor or improvement
#14964 opened Dec 13, 2024 by rchen152 Loading…
[pydocstyle] Skip leading whitespace for D403 rule Implementing or modifying a lint rule
#14963 opened Dec 13, 2024 by dylwil3 Loading…
[red-knot] Avoid undeclared path when raising conflicting declarations red-knot Multi-file analysis & type inference
#14958 opened Dec 13, 2024 by dhruvmanila Loading…
Introduce InferContext red-knot Multi-file analysis & type inference
#14956 opened Dec 13, 2024 by MichaReiser Loading…
Bind top-most parent when importing nested module red-knot Multi-file analysis & type inference
#14946 opened Dec 12, 2024 by dcreager Loading…
[flake8-comprehensions] Skip C416 if comprehension contains unpacking bug Something isn't working rule Implementing or modifying a lint rule
#14909 opened Dec 11, 2024 by harupy Loading…
[red-knot] Improve symbol-lookup tracing red-knot Multi-file analysis & type inference
#14907 opened Dec 11, 2024 by sharkdp Loading…
[WIP] Editing around comments do-not-merge Do not merge this pull request fixes Related to suggested fixes for violations
#14886 opened Dec 10, 2024 by dylwil3 Draft
fix docs for eq-without-hash documentation Improvements or additions to documentation
#14885 opened Dec 10, 2024 by KotlinIsland Loading…
[ruff] Empty branches (RUF050)
#14763 opened Dec 4, 2024 by InSyncWithFoo Loading…
Use salsa accumulators for diagnostics internal An internal refactor or improvement red-knot Multi-file analysis & type inference
#14760 opened Dec 3, 2024 by MichaReiser Draft
[red-knot] Statically known branches great writeup A wonderful example of a quality contribution red-knot Multi-file analysis & type inference
#14759 opened Dec 3, 2024 by sharkdp Draft
1 task
[ruff] Implement unnecessary-compiled-regular-expression (RUF056) preview Related to preview mode features rule Implementing or modifying a lint rule
#14693 opened Nov 30, 2024 by sbrugman Loading…
[ruff] Abstract method defined in normal class (RUF044) preview Related to preview mode features rule Implementing or modifying a lint rule
#14688 opened Nov 30, 2024 by InSyncWithFoo Loading…
[red-knot] Narrowing For Truthiness Checks (if x or if not x) great writeup A wonderful example of a quality contribution red-knot Multi-file analysis & type inference
#14687 opened Nov 30, 2024 by cake-monotone Loading…
[flake8-logging] Add ExcInfoOutsideExceptionHandler (LOG014) preview Related to preview mode features rule Implementing or modifying a lint rule
#14682 opened Nov 29, 2024 by snowdrop4 Loading…
[red-knot] No panic for illegal self-referential f-string annotations red-knot Multi-file analysis & type inference
#14629 opened Nov 27, 2024 by sharkdp Loading…
Allow disabling (most of) CI with no-test label ci Related to internal CI tooling no-test Disable CI tests for a pull request
#14622 opened Nov 27, 2024 by dhruvmanila Loading…
ProTip! Exclude everything labeled bug with -label:bug.