Skip to content

Commit 7c25a27

Browse files
committed
fix prettier
1 parent 714f535 commit 7c25a27

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828

2929
## Pyright Configuration
3030

31-
The `pyrightconfig.json` file configures the [Pyright type checker](https://github.com/microsoft/pyright) for this
32-
project. It sets the type checking mode to "basic" for less strict analysis and
33-
disables warnings about missing type stubs and untyped base classes. This helps
34-
minimize unnecessary alerts from third-party libraries that lack type
35-
information, allowing you to focus on type issues within your own codebase.
31+
The `pyrightconfig.json` file configures the
32+
[Pyright type checker](https://github.com/microsoft/pyright) for this project.
33+
It sets the type checking mode to "basic" for less strict analysis and disables
34+
warnings about missing type stubs and untyped base classes. This helps minimize
35+
unnecessary alerts from third-party libraries that lack type information,
36+
allowing you to focus on type issues within your own codebase.

0 commit comments

Comments
 (0)