Skip to content

Commit

Permalink
docs: pyright/basedpyright typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar1729 authored and DetachHead committed Mar 18, 2024
1 parent c35aea7 commit 041f1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ from bar import bar # no error
from baz import foo as baz, bar as baz # no error
```

pyright solves both of these problems by always reporting an error on a redeclaration or an import with the same name as an existing import.
basedpyright solves both of these problems by always reporting an error on a redeclaration or an import with the same name as an existing import.

### better defaults
we believe that type checkers and linters should be as strict as possible by default, making the user aware of all the available rules so they can more easily make informed decisions about which rules they don't want enabled in their project. that's why the following defaults have been changed in basedpyright
Expand Down

0 comments on commit 041f1bf

Please sign in to comment.