Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Aug 15, 2024
1 parent 8762f49 commit 944f5d0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ Some of these involve judgement calls, and it's possible that I've made some mis
- https://github.com/python/mypy/issues/13850
- https://github.com/python/mypy/issues/13858
- https://github.com/python/mypy/issues/13862
- https://github.com/python/mypy/issues/13863
- https://github.com/python/mypy/issues/13864
- https://github.com/python/mypy/issues/13881
- https://github.com/python/mypy/issues/13896
Expand Down Expand Up @@ -1293,11 +1292,16 @@ Some of these involve judgement calls, and it's possible that I've made some mis
- https://github.com/python/mypy/issues/17620
- https://github.com/python/mypy/issues/17630
- https://github.com/python/mypy/issues/17631
- https://github.com/python/mypy/issues/17646
- https://github.com/python/mypy/issues/17649
- https://github.com/python/mypy/issues/17650
- https://github.com/python/mypy/issues/17653
- https://github.com/python/mypy/issues/17654
- https://github.com/python/mypy/issues/17655
- https://github.com/python/mypy/issues/17656
- https://github.com/python/mypy/issues/17657
- https://github.com/python/mypy/issues/17659
- https://github.com/python/mypy/issues/17664
- https://github.com/python/mypy/issues/17665
- https://github.com/python/mypy/issues/17674
- https://github.com/python/mypy/issues/17679
- https://github.com/python/mypy/issues/17680
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@
- https://github.com/python/mypy/issues/16891
- https://github.com/python/mypy/issues/17307
- https://github.com/python/mypy/issues/17547
- https://github.com/python/mypy/issues/17676
4 changes: 3 additions & 1 deletion not_applicable.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
- https://github.com/python/mypy/issues/17394
- https://github.com/python/mypy/issues/17444
- https://github.com/python/mypy/issues/17447
- https://github.com/python/mypy/issues/17669

### Stubtest

Expand All @@ -182,7 +183,7 @@
- https://github.com/python/mypy/issues/16806
- https://github.com/python/mypy/issues/16956
- https://github.com/python/mypy/issues/17023
- https://github.com/python/mypy/issues/17625
- https://github.com/python/mypy/issues/17672

### Configuration

Expand Down Expand Up @@ -583,3 +584,4 @@
- https://github.com/python/mypy/issues/17465
- https://github.com/python/mypy/issues/17627
- https://github.com/python/mypy/issues/17648
- https://github.com/python/mypy/issues/17667
1 change: 1 addition & 0 deletions questionable.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@ I need to think more about these, but would probably end up closing the majority
- https://github.com/python/mypy/issues/17621
- https://github.com/python/mypy/issues/17642
- https://github.com/python/mypy/issues/17647
- https://github.com/python/mypy/issues/17673
5 changes: 5 additions & 0 deletions recommend_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,3 +1113,8 @@ Atypical use of match statement; switch to typical use
- https://github.com/python/mypy/issues/14833
Not a bug; user misunderstanding

- https://github.com/python/mypy/issues/17666
Not well motivated; more of a linter feature

- https://github.com/python/mypy/issues/17668
Not something that mypy should do; appropriate for a plugin
2 changes: 2 additions & 0 deletions tc_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ https://github.com/microsoft/pyright/issues/6613
Can TypedDict and Protocol be used as an upper bound (or anywhere in a type annotation)?
https://github.com/python/mypy/issues/11030

How do ParamSpecs work with instance methods and class methods?


#### Protocols

Expand Down

0 comments on commit 944f5d0

Please sign in to comment.