issues
search
agronholm
/
typeguard
Run-time type checker for Python
Other
1.55k
stars
114
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Some test regressions on Python 3.14.0a1
#502
musicinmybrain
opened
4 days ago
2
It seems like `@typechecked` decorator doesn't work with the new syntax for generics.
#500
Parki0
opened
2 weeks ago
0
Class is not compatible with protocol because it has no attribute named ...
#499
bersbersbers
opened
3 weeks ago
11
Class is not compatible with protocol because some method should be an instance method but it's a static method
#498
bersbersbers
closed
3 weeks ago
1
Further improvement on typeguard_ignore() annotation
#497
jolaf
closed
4 weeks ago
5
Added proper Protocol method signature checking
#496
agronholm
closed
1 month ago
5
Why does the protocol check enforce that instance methods cannot have mandatory keyword-only arguments?
#495
mrgrain
closed
1 month ago
3
[pre-commit.ci] pre-commit autoupdate
#494
pre-commit-ci[bot]
closed
3 weeks ago
1
Fix ref cycles
#493
ojw28
closed
3 weeks ago
2
Fixes for Python 3.14 and PEP 649
#492
JelleZijlstra
opened
2 months ago
2
Add tests for empty protocols on built-in objects.
#491
thetorpedodog
closed
3 weeks ago
2
Use get_protocol_members in protocol checking
#490
antonagestam
closed
2 months ago
12
`typing.Literal` can not be correctly checked against if it was imported via wildcard import
#489
xiaosiyu0603
opened
2 months ago
3
Fix tests to work on Windows.
#488
thetorpedodog
closed
2 months ago
2
Assume that typing_extensions is always installed.
#487
thetorpedodog
closed
2 months ago
1
Problem with unpacking tuples
#486
jolaf
closed
3 weeks ago
3
Fixed annotation for `typeguard_ignore()` to match one for `typing.no_type_check()`
#485
jolaf
closed
2 months ago
3
There should be an option to process TYPE_CHECKING
#484
jolaf
opened
2 months ago
6
Return value (method) is not compatible with the P protocol because it has no attribute named '__weakref__'
#483
jolaf
closed
2 months ago
1
Inner classes are not recognized in annotations
#482
jolaf
closed
2 months ago
1
typing.Self cannot be used with issubclass()
#481
jolaf
closed
3 weeks ago
1
`IndexError` when running against Sphinx
#480
adamtheturtle
closed
3 weeks ago
1
Protocol checking against `typing_extenstion.Protocol` fails
#479
iliapolo
closed
3 weeks ago
9
Support classmethod w/ pos-only arguments
#478
jermenkoo
closed
3 weeks ago
2
@typeguard on a test breaks pytest assertion rewriting
#477
adamtheturtle
opened
3 months ago
5
Variadic length tuples are only checked for element at position 0 (possible regression)
#476
iliapolo
closed
3 months ago
2
Use environment variable TYPEGUARD_DISABLE to disable typeguard.
#475
tage64
opened
3 months ago
1
`*args` with forward ref not working with pytest
#474
manulera
opened
4 months ago
2
fix: lower bound typing-extensions >= 4.6
#473
ymerkli
closed
4 months ago
2
typing_extensions.Buffer requires `typing-extensions>=4.6`
#472
ymerkli
closed
4 months ago
1
[pre-commit.ci] pre-commit autoupdate
#471
pre-commit-ci[bot]
closed
2 months ago
2
Add extra tests for __future__ annotations
#470
epenet
closed
5 months ago
1
Checking `typing.NamedTuple` against a `Protocol` fails with missing `__weakref__`
#469
sth
closed
5 months ago
1
Using typecheck decorator slows module import dramatically
#468
alonme
opened
5 months ago
5
typeguard is unable to check for explicit UnionType class
#467
MyKo101
closed
3 weeks ago
1
typeguard fails on Python 3.12.4 while it works on 3.12.3
#466
bersbersbers
closed
5 months ago
1
Incorrect checking of protocol methods with `**kwargs` but no `*args`
#465
comex
closed
1 month ago
20
Fix `pytest_ignore_collect` not to block default pytest code
#464
mgorny
closed
3 weeks ago
5
4.3.0: pytest 8.2.1 fails in two units with `The hookimpl pytest_pycollect_makeitem uses old-style configuration options`
#463
kloczek
closed
5 months ago
13
4.2.1: `pyupgrade --py39-plus` generated patch causes test suite failures
#462
kloczek
closed
6 months ago
14
4.2.1: not ready for pytest 8.2.1 🤔 ?
#461
kloczek
closed
6 months ago
1
Support Python 3.13
#460
JelleZijlstra
closed
6 months ago
6
Enable typecheck_fail_callback to return a value
#458
decision-dev
opened
7 months ago
0
"argument is not compatible with the protocol" when inheriting from `Protocol`
#457
bersbersbers
closed
6 months ago
1
Extend `TYPE_CHECKING` handling to classes and assignments
#456
bersbersbers
opened
7 months ago
2
pytest plugin might need to be adapted to changes in global config import
#455
viv-vek
closed
7 months ago
5
Using NotRequired disables Literal typechecks
#454
ionelmc
closed
3 weeks ago
1
"TypedDict does not support instance and class checks" with Python 3.13
#453
musicinmybrain
closed
6 months ago
8
typeguard does not check elements (except for the first element) in a list
#452
yifengshao
closed
7 months ago
5
Failure on import due to version() returning None
#451
EternityForest
closed
6 months ago
4
Next