Popular repositories Loading
-
basedpyright
basedpyright Publicpyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
-
pytest-robotframework
pytest-robotframework Publica pytest plugin that creates robotframework reports for tests written in python and allows you to run robotframework tests with pytest
-
-
speedtester
speedtester Publicrepeatedly downloads from speedtest.net servers to trick ISPs that throttle you except when you're running a speedtest
-
-
pylint-module-boundaries
pylint-module-boundaries Publica pylint plugin to enforce restrictions on imports within your project, similar to nx's enforce-module-boundaries eslint plugin
Python 7
2,165 contributions in the last year
Day of Week | 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 |
Activity overview
Contribution activity
April 2025
Created 12 commits in 3 repositories
Created a pull request in DetachHead/basedpyright that received 12 comments
add new diagnostic rule reportIncompatibleUnannotatedOverride
to check unannotated overridden attributes
Opened 7 other pull requests in 3 repositories
DetachHead/basedpyright
4
merged
-
Merge 1.1.399
This contribution was made on Apr 8
-
fix imports for inserted inlay hints where two different types with the same name are prefixed with their module name
This contribution was made on Apr 6
-
bump python dependencies
This contribution was made on Apr 3
-
fix
--pythonplatform
cli argument accepting invalid values and rejecting valid valuesThis contribution was made on Apr 3
DetachHead/basedpyright-playground
2
merged
-
fix semantic highlighting not working on initial load
This contribution was made on Apr 7
-
stuff
This contribution was made on Apr 6
InSyncWithFoo/pyright-for-pycharm
1
merged
-
Update basedpyright section in FAQ now that the linked issue is resolved
This contribution was made on Apr 5
Reviewed 4 pull requests in 1 repository
DetachHead/basedpyright
4 pull requests
-
add new diagnostic rule
reportIncompatibleUnannotatedOverride
to check unannotated overridden attributesThis contribution was made on Apr 8 -
Add configurable file enumeration timeout settings
This contribution was made on Apr 5
-
Add configurable file enumeration timeout settings
This contribution was made on Apr 4
-
Don't cache private stdlib packages
This contribution was made on Apr 1
Created an issue in robotframework/robotframework that received 6 comments
Cannot use keyword with parameterized special form like TypeForm[param]
as type hint
TypeForm
is an experimental new type for typing type anotations, see https://peps.python.org/pep-0747/. it was added to typing_extensions
in versio…
Opened 27 other issues in 9 repositories
DetachHead/basedpyright
15
open
3
closed
-
reportUnnecessaryIsInstance
is annoying when usingassert_never
This contribution was made on Apr 10 -
reportUninitializedInstanceVariable
false negative when assigning to non-existent attribute in a non-constructor method of a class that extendsABC
This contribution was made on Apr 8 -
1.1.399
This contribution was made on Apr 8
-
reportUnannotatedClassAttribute
false positive on non-declarationsThis contribution was made on Apr 8 -
reportGeneralTypeIssues
false positive when implementing protocol withFinal
attributeThis contribution was made on Apr 7 -
reportIncompatibleMethodOverride
false positive when one method is astaticmethod
and the other is aclassmethod
This contribution was made on Apr 4 -
add "strict by default" and "up to date" sections to docs home page
This contribution was made on Apr 4
-
reportImplicitAbstractClass
should be"error"
instead of"warning"
by defaultThis contribution was made on Apr 4 -
don't generate relative imports in
--createstub
This contribution was made on Apr 3 -
add
@override
decorator to overridden methods in stubs generated using--createstub
This contribution was made on Apr 3 -
write baseline task deletes baselined errors of random files that are open but diagnostics haven't been evaluated in them
This contribution was made on Apr 3
-
reportUnreachable
andreportUnnecessaryComparison
false positive when comparingTypeForm
toNone
This contribution was made on Apr 3 -
generics on frozen dataclasses should be inferred as covariant instead of invariant
This contribution was made on Apr 3
-
reportIncompatibleMethodOverride
false positive on extra overloads in subclassThis contribution was made on Apr 2 -
# pyright:ignore[reportUnnecessaryTypeIgnoreComment]
should be able to suppress itselfThis contribution was made on Apr 1 -
reportReturnType
false positive on protocol method with docstringThis contribution was made on Apr 1 -
a way to specify inference rules on generics
This contribution was made on Mar 31
-
fix
reportShadowedImports
with cacheing of stdlib packagesThis contribution was made on Mar 31
InSyncWithFoo/pyright-for-pycharm
2
open
-
LSP4IJ mode doesn't work
This contribution was made on Apr 11
-
relative path to executable doesn't work
This contribution was made on Apr 11
microsoft/vscode
1
open
-
telemetry.telemetryLevel
setting cannot be changed via an extension'scontributes.configurationDefaults
This contribution was made on Apr 6
DetachHead/basedpyright-playground
1
open
-
share button that includes the errors as well
This contribution was made on Apr 4
robotcodedev/robotcode
1
open
python/typing_extensions
1
open
-
support inline
TypedDict
sThis contribution was made on Apr 3
astral-sh/ruff
1
open
-
meta-class-abc-meta
(FURB180
) - fix does not check whether the class already extendsABC
This contribution was made on Apr 3
pyprojectx/pyprojectx
1
closed
-
use uv to manage pyprojectx venvs instead of the standard venv package
This contribution was made on Apr 2
astral-sh/uv
1
closed
-
option for uv to manage tkinter installation
This contribution was made on Apr 1