issues
search
JelleZijlstra
/
autotyping
Automatically add simple type annotations to your code
238
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fixup tag name
#81
JelleZijlstra
closed
1 month ago
0
Prepare release 24.9.0
#80
JelleZijlstra
closed
1 month ago
0
Pre-commit setup doesn't work
#79
gardiens
opened
1 month ago
0
Pre-Commit Hook Setup Issues and Version Mismatch in README
#78
dxvidparham
closed
1 month ago
2
Update .pre-commit-hooks.yaml to work with new pre-commit version
#77
matthewakram
closed
2 months ago
1
add pre-commit support.
#76
exitflynn
closed
2 months ago
4
Add pre-commit support?
#75
exitflynn
closed
2 months ago
1
Make a writeup comparing autotyping against MonkeyType
#74
bswck
opened
4 months ago
2
add missing 'typing-extensions' dependency.
#73
sfermigier
closed
5 months ago
0
Prepare release 24.3.0
#72
JelleZijlstra
closed
7 months ago
0
Cant run the module
#71
ClementDelannoySlateDigital
closed
7 months ago
3
Fix packaging regression, add entrypoint
#70
hauntsaninja
closed
7 months ago
0
Cannot be used as a standalone script when installed via pip
#69
k4nar
closed
7 months ago
4
Use Hatch for packaging
#68
akx
closed
7 months ago
0
Document how to create a pyanalyze report
#67
hauntsaninja
closed
8 months ago
0
Update CI and Python versions
#66
JelleZijlstra
closed
8 months ago
0
Add standalone main
#65
hauntsaninja
closed
8 months ago
2
Add support for Python 3.12, drop EOL 3.7
#64
hugovk
closed
8 months ago
2
Question: how to exclude virtual environment?
#63
jamesbraza
opened
10 months ago
1
Detecting whether a function has implicit `None` returns
#62
tusharsadhwani
closed
7 months ago
1
feat: additional simple magics for return annotation
#61
dhruvmanila
closed
1 year ago
0
Add remaining magic methods for adding return type
#60
dhruvmanila
closed
1 year ago
0
Prepare release 23.3.0
#59
JelleZijlstra
closed
1 year ago
0
Crashes on empty elems
#58
MarcoGorelli
closed
1 year ago
4
Crashes on zip(*
#57
MarcoGorelli
closed
1 year ago
1
Prepare release 23.2.0
#56
JelleZijlstra
closed
1 year ago
0
Improve CLI
#55
JelleZijlstra
closed
7 months ago
4
Add limitations section
#54
JelleZijlstra
closed
1 year ago
0
guess_type fixups
#53
JelleZijlstra
closed
1 year ago
0
Fix the --safe argument
#52
JelleZijlstra
closed
1 year ago
0
Add --guess-common-names
#51
jakkdl
closed
1 year ago
4
drop py36 in more places, ~~update tox~~
#50
jakkdl
closed
1 year ago
0
Various updates
#49
JelleZijlstra
closed
1 year ago
0
type checker?
#48
jakkdl
closed
1 year ago
2
`__init__` return type should only be annotated if it has no args
#47
mx781
closed
1 year ago
5
Name-based type inference?
#46
Zac-HD
closed
1 year ago
10
`__contains__` can return other types
#45
sobolevn
closed
2 years ago
1
What is the argument for `--safe`?
#44
gsingh93
closed
1 year ago
1
Add `__lenght_hint__` magic method return type of `int`
#43
sobolevn
closed
2 years ago
1
Fix import adding condition
#42
hauntsaninja
closed
2 years ago
0
Update pyanalyse-report documentation
#41
stephan-nordnes-eriksen
opened
2 years ago
1
autotyping does not seem to find if/else branches that do not explicitly return
#40
twoertwein
closed
1 year ago
2
Upgrade some dependencies, preview Black style
#39
JelleZijlstra
closed
2 years ago
0
prepare release 22.9.0
#38
JelleZijlstra
closed
2 years ago
0
Add --safe and --aggressive
#37
JelleZijlstra
closed
2 years ago
0
Add flag that turns safe reformats on by default
#36
JelleZijlstra
closed
2 years ago
2
Add some more inference
#35
JelleZijlstra
closed
2 years ago
0
Skip -> None on abstract and stub methods
#34
JelleZijlstra
closed
2 years ago
0
Do not add None for abstractmethods
#33
twoertwein
closed
2 years ago
9
`not x` is bool for any x
#32
orsinium
closed
2 years ago
0
Next