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] 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…
[pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) bug Something isn't working
#14683 opened Nov 29, 2024 by ntBre 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…
[ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) preview Related to preview mode features rule Implementing or modifying a lint rule
#14679 opened Nov 29, 2024 by ntBre Loading…
[red-knot] Add fuzzer to catch panics for invalid syntax red-knot Multi-file analysis & type inference
#14678 opened Nov 29, 2024 by dhruvmanila Draft
red-knot: support narrowing for bool(E) red-knot Multi-file analysis & type inference
#14668 opened Nov 29, 2024 by connorskees Loading…
[red-knot] Deeper understanding of LiteralString red-knot Multi-file analysis & type inference
#14649 opened Nov 28, 2024 by InSyncWithFoo Loading…
Check AIR001 from builtin or providers operators module rule Implementing or modifying a lint rule
#14631 opened Nov 27, 2024 by dhruvmanila 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…
[airflow] deprecated subdagoperator (AIR304) preview Related to preview mode features rule Implementing or modifying a lint rule
#14628 opened Nov 27, 2024 by abhishekbhakat 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…
[airflow] rule for deprecated task_concurrency parameter (AIR303) preview Related to preview mode features rule Implementing or modifying a lint rule
#14616 opened Nov 26, 2024 by abhishekbhakat Loading…
[ruff] Implemented unused-variable-accessed (RUF052) rule Implementing or modifying a lint rule
#14611 opened Nov 26, 2024 by Lokejoke Loading…
[red-knot] Infer precise types for len() calls red-knot Multi-file analysis & type inference
#14599 opened Nov 26, 2024 by InSyncWithFoo Loading…
[refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) bug Something isn't working
#14596 opened Nov 26, 2024 by dylwil3 Loading…
[airflow] Avoid deprecated values (AIR302) preview Related to preview mode features rule Implementing or modifying a lint rule
#14582 opened Nov 25, 2024 by uranusjr Loading…
[ruff] l.extend([e]) (RUF043) needs-decision Awaiting a decision from a maintainer rule Implementing or modifying a lint rule
#14580 opened Nov 25, 2024 by InSyncWithFoo Loading…
[ruff] d.update({k: v}) (RUF042) needs-decision Awaiting a decision from a maintainer
#14564 opened Nov 24, 2024 by InSyncWithFoo Loading…
[ruff] if k in d: del d[k] (RUF041) needs-decision Awaiting a decision from a maintainer preview Related to preview mode features rule Implementing or modifying a lint rule
#14553 opened Nov 23, 2024 by InSyncWithFoo Loading…
[perflint] - Fix manual-list-comprehension for async generators (PERF401) bug Something isn't working fixes Related to suggested fixes for violations
#14551 opened Nov 23, 2024 by diceroll123 Loading…
Possible fix for flaky file watching test red-knot Multi-file analysis & type inference testing Related to testing Ruff itself
#14543 opened Nov 22, 2024 by MichaReiser Loading…
Improve CI caching of fuzz dependencies ci Related to internal CI tooling
#14469 opened Nov 20, 2024 by zanieb Draft
Initialize Rust cache before installing binaries and additional components ci Related to internal CI tooling
#14459 opened Nov 19, 2024 by zanieb Draft
ProTip! Filter pull requests by the default branch with base:main.