Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Feb 27, 2024
1 parent 08082cc commit 80c3fe0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.

Pyright includes both a [command-line tool](https://microsoft.github.io/pyright/#/command-line) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).
Pyright includes both a [command-line tool](https://khulnasoft-lab.github.io/pyright/#/command-line) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).


## Pyright Playground
Expand All @@ -14,7 +14,7 @@ Try Pyright in your browser using the [Pyright Playground](https://pyright-play.

## Documentation

Refer to [the documentation](https://microsoft.github.io/pyright) for installation, configuration, and usage details.
Refer to [the documentation](https://khulnasoft-lab.github.io/pyright) for installation, configuration, and usage details.


## Community
Expand Down
4 changes: 2 additions & 2 deletions docs/ci-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

### Adding Pyright badge to README.md

[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
[![Checked with pyright](https://khulnasoft-lab.github.io/pyright/img/pyright_badge.svg)](https://khulnasoft-lab.github.io/pyright/)

To add a “pyright: checked” SVG badge to your project’s README.md file, use the following:

```text
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
[![Checked with pyright](https://khulnasoft-lab.github.io/pyright/img/pyright_badge.svg)](https://khulnasoft-lab.github.io/pyright/)
```

### Running Pyright as a github action
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script>
window.$docsify = {
name: 'Pyright',
nameLink: 'https://microsoft.github.io/pyright',
nameLink: 'https://khulnasoft-lab.github.io/pyright',
search: 'auto',
loadSidebar: true,
loadNavbar: true,
Expand Down
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/pyright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vscode-pyright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ For most VS Code users, we recommend using the Pylance extension rather than Pyr

## Documentation

Refer to [the documentation](https://microsoft.github.io/pyright) for installation, configuration, and usage details.
Refer to [the documentation](https://khulnasoft-lab.github.io/pyright) for installation, configuration, and usage details.

0 comments on commit 80c3fe0

Please sign in to comment.