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,225 contributions in the last year
Day of Week | March Mar | 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
March 2025
Created 33 commits in 2 repositories
Created a pull request in DetachHead/basedpyright that received 5 comments
fix updating the baseline file when running in pull diagnostics mode
fixes #1153
Opened 14 other pull requests in 1 repository
DetachHead/basedpyright
13
merged
1
closed
-
disable deprecated check on completions in cases where it causes the type evaluator to randomly specialize instances incorrectly
This contribution was made on Mar 23
-
use background analysis in debug mode because there are too many bugs that only occur in background analysis that go undetected when debugging
This contribution was made on Mar 22
-
add suggestion to install stubs package to
reportMissingTypeStubs
for known stubs that aren't in typeshedThis contribution was made on Mar 21 -
fix lsp settings in pycharm and update pycharm installation instructions
This contribution was made on Mar 19
-
Pycharm docs update
This contribution was made on Mar 19
-
Merge 1.1.397
This contribution was made on Mar 19
-
bump python dependencies
This contribution was made on Mar 17
-
Remove some irrelevant/misleading mentions of pylance from the docs
This contribution was made on Mar 16
-
fix crash in vscode extension when space in path to
basedpyright-langserver
executableThis contribution was made on Mar 9 -
fix
reportAny
/reportUnknown*
false positives on function calls where the type of the default value isAny
or Unknown and the argument isn't used in the callThis contribution was made on Mar 2 -
new index page
This contribution was made on Mar 1
-
Documentation updates
This contribution was made on Mar 1
-
improve documentation for cli options and mention
failOnWarnings
in the footnote for--warnings
This contribution was made on Mar 1 -
Merge 1.1.396
This contribution was made on Mar 1
Reviewed 5 pull requests in 2 repositories
DetachHead/basedpyright
4 pull requests
-
Fix workspace diagnosticMode in BasedPyright
This contribution was made on Mar 23
-
Suggest all non-private variables in autoimport
This contribution was made on Mar 23
-
Update documentation for locale configurations
This contribution was made on Mar 23
-
fix updating the baseline file when running in pull diagnostics mode
This contribution was made on Mar 20
pydantic/pydantic
1 pull request
-
Improve documentation about PEP 695 type aliases
This contribution was made on Mar 17
Created an issue in squidfunk/mkdocs-material that received 3 comments
grids documentation doesn't mention that the emoji extensions need to be enabled
Description the examples in the grid documentation use icons for each card, but those don't work unless the emoji extensions are enabled Related links
Opened 10 other issues in 4 repositories
DetachHead/basedpyright
2
closed
5
open
-
baseline file updating in the language server is broken in 1.28.2
This contribution was made on Mar 20
-
dependency on
ms-python.python
should be optionalThis contribution was made on Mar 19 -
when making a change to a file imported by other files, only re-check the importing files if the change effects the interface
This contribution was made on Mar 18
-
when a completion appears and the rest of the symbol name is already present, it should not duplicate the rest of the name
This contribution was made on Mar 17
-
deprecated
decorator should be inherited by overridesThis contribution was made on Mar 17 -
vscode extension crashes if
importStrategy
is"fromEnvironment"
and space in project root pathThis contribution was made on Mar 9 -
imports for inlay hints with fully qualified names are broken
This contribution was made on Mar 3
astral-sh/ruff
1
open
-
signature-in-docstring
(D402
) - false positive on usage exampleThis contribution was made on Mar 18
AThePeanut4/docify
1
closed
-
ignore
object.__init__
This contribution was made on Mar 3
microsoft/vscode
1
open
-
cursor moves to the wrong spot when
editor.quickSuggestions.other
is set to"inline"
and completion includes a text edit that adds an importThis contribution was made on Mar 3