Avasam
Avasam
Also if we go that route, I'd prefer having a lint rule to enforce that soft deprecation in https://github.com/PyCQA/flake8-pyi / https://docs.astral.sh/ruff/rules/#flake8-pyi-pyi (the more guidelines are codified/automated, the easier it is...
It might be quite a bit of work, and we may loose on type safety in some places, but we could try to make numpy optional for `types-networkx`. By using...
> See also [sourceforge.net/p/pywin32/feature-requests/114](https://sourceforge.net/p/pywin32/feature-requests/114/) This is now https://github.com/mhammond/pywin32/issues/873
Now that Python 3.7 support is dropped, this can be reviewed/merged.
This would probably end up fixing itself in Python 3.15+ due to [PEP 686 – Make UTF-8 mode default](https://peps.python.org/pep-0686/)
> you could add a configuration option to allow people to control what set of comments get formatted. Good point. Ruff could have defaults for all the special comments it...
Hmm, that's kinda old and imo it doesn't make sense to force a type checker to infer any (as that would make all inference-based checking non-compliant, see pytype and pyright)....
Thanks for pointing to me where that's addressed in the spec. > It is recommended but not required that checked functions have annotations for all arguments and the return type....
CC @vernondcole since this requires adodbapi changes as well, but they're pretty inoffensive (only annotations or in examples)
I'm also having issues with timezone realted test locally: ``` File "C:\Users\Avasam\AppData\Local\Programs\Python\Python310\lib\site-packages\win32\lib\win32timezone.py", line 682, in win32timezone.TimeZoneInfo.tzname Failed example: MST.tzname(datetime.datetime(2003, 8, 2)) Expected: 'Mountain Daylight Time' Got: 'Mountain Summer Time' **********************************************************************...