Pinned Loading
1,854 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 35 commits in 8 repositories
Created 1 repository
-
sharkdp/mypy_primer
Python
This contribution was made on Mar 7
Created a pull request in astral-sh/ruff that received 7 comments
[red-knot] Binary operator inference for union types
Summary This fixes a bug I noticed while looking at ecosystem results. The MRE version of it is this: def sub(x: float, y: float): # Red Knot: Oper…
+68
−2
lines changed
•
7
comments
Opened 24 other pull requests in 4 repositories
astral-sh/ruff
17
merged
1
open
1
closed
-
[red-knot] Extend ecosystem checks
This contribution was made on Mar 14
-
[red-knot] Add custom
__setattr__
supportThis contribution was made on Mar 14 -
[red-knot] Document current state of attribute assignment diagnostics
This contribution was made on Mar 14
-
[red-knot] Use
try_call_dunder
for augmented assignmentThis contribution was made on Mar 13 -
[red-knot] Assignments to attributes
This contribution was made on Mar 13
-
[red-knot] Add mypy_primer usage documentation
This contribution was made on Mar 12
-
[red-knot] Support custom
__getattr__
methodsThis contribution was made on Mar 12 -
[red-knot] Attribute access on intersection types
This contribution was made on Mar 12
-
[red-knot] Restructure attribute-access and descriptor-protocol test suites.
This contribution was made on Mar 12
-
[red-knot] Minor optimization/cleanup in member lookup
This contribution was made on Mar 12
-
[red-knot] mypy_primer: split installation and execution
This contribution was made on Mar 11
-
[red-knot] mypy_primer: pipeline improvements
This contribution was made on Mar 11
-
[red-knot] mypy_primer: test no op
This contribution was made on Mar 10
-
[red-knot] mypy_primer: strip ANSI codes
This contribution was made on Mar 10
-
[red-knot] mypy_primer: comment on PRs
This contribution was made on Mar 10
-
[red-knot] Add support for calling
type[…]
This contribution was made on Mar 10 -
[red-knot] Do not ignore typeshed stubs for 'venv' module
This contribution was made on Mar 10
-
[red-knot] Add 'mypy_primer' workflow
This contribution was made on Mar 7
-
[red-knot] Never is callable and iterable. Arbitrary attributes can be accessed.
This contribution was made on Mar 6
hauntsaninja/mypy_primer
1
merged
1
open
-
Migrate to pyproject.toml
This contribution was made on Mar 14
-
Project: use list of paths instead of
pyright_cmd
This contribution was made on Mar 12
sharkdp/numbat
1
merged
-
Update GitHub runners
This contribution was made on Mar 4
Reviewed 24 pull requests in 4 repositories
astral-sh/ruff
21 pull requests
-
[red-knot] Add
--color
CLI optionThis contribution was made on Mar 14 -
[red-knot] Document current state of attribute assignment diagnostics
This contribution was made on Mar 14
-
[red-knot] add support for
--output-format={full,concise}
This contribution was made on Mar 14 -
[red-knot] fix: improve type inference for binary ops on tuples
This contribution was made on Mar 14
-
[red-knot] Assignments to attributes
This contribution was made on Mar 14
-
[red-knot] Support custom
__getattr__
methodsThis contribution was made on Mar 12 -
[red-knot] Attribute access and the descriptor protocol
This contribution was made on Mar 12
-
[red-knot] Binary operator inference for union types
This contribution was made on Mar 11
-
[red-knot] Callable member lookup, meta type impl
This contribution was made on Mar 11
-
[red-knot] Support multiple overloads when binding parameters at call sites
This contribution was made on Mar 11
-
[red-knot] Check gradual equivalence between callable types
This contribution was made on Mar 11
-
[red-knot] Check if callable type is fully static
This contribution was made on Mar 11
-
[red-knot] Add
__init__
arguments check when doingtry_call
on a class literalThis contribution was made on Mar 11 -
[red-knot] mypy_primer: comment on PRs
This contribution was made on Mar 10
-
[red-knot] Add support for calling
type[…]
This contribution was made on Mar 10 -
[red-knot] Add 'mypy_primer' workflow
This contribution was made on Mar 10
-
[red-knot] Reduce Salsa lookups in
Type::find_name_in_mro
This contribution was made on Mar 10 -
Fix broken red-knot property tests
This contribution was made on Mar 9
-
[red-knot] detect invalid return type
This contribution was made on Mar 6
-
[red-knot] Never is callable and iterable. Arbitrary attributes can be accessed.
This contribution was made on Mar 6
-
[red-knot] Several failing tests for generics
This contribution was made on Mar 6
sharkdp/hyperfine
1 pull request
-
Add plot_benchmarks scripts
This contribution was made on Mar 9
sharkdp/numbat
1 pull request
-
Don't generate multiple VM constants for variables with aliases
This contribution was made on Mar 9
sharkdp/dbg-macro
1 pull request
-
Output multiple arguments on a single line
This contribution was made on Mar 1
Created an issue in astral-sh/ruff that received 3 comments
[red-knot] Return type checking for Never
/NoReturn
Summary
The following code emits a invalid-return-type
diagnostic, but shouldn't:
from typing import NoReturn
import sys def f() -> NoReturn:
# ^^^…
3
comments
6
contributions
in private repositories
Mar 1 – Mar 12