Skip to content

Commit

Permalink
misc setup updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 2, 2024
1 parent f890ae3 commit 5cba9b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
uses: jakebailey/pyright-action@v2
with:
version: ${{ steps.pyright_version.outputs.PYRIGHT_VERSION }}
extra-args: --threads
working-directory: src/
python-version: ${{ matrix.python-version }}
Build:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ repos:

ci:
autoupdate_branch: dev
autoupdate_schedule: monthly
autoupdate_schedule: quarterly
3 changes: 2 additions & 1 deletion docs/build instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
- [Python](https://www.python.org/downloads/) 3.10+.
- [Node](https://nodejs.org) is optional, but required for complete linting.
- Alternatively you can install the [pyright python wrapper](https://pypi.org/project/pyright/) which has a bit of an overhead delay.
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) is used to run all the scripts
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) is used to run all the scripts.
- This is needed even for Windows, as the bundled PowerShell 5.1 is too old.
- [VSCode](https://code.visualstudio.com/Download) is not required, but highly recommended.
- Everything already configured in the workspace, including Run (F5) and Build (Ctrl+Shift+B) commands, default shell, and recommended extensions.
- [PyCharm](https://www.jetbrains.com/pycharm/) is also a good Python IDE, but nothing is configured. If you are a PyCharm user, feel free to open a PR with all necessary workspace configurations!
Expand Down

0 comments on commit 5cba9b4

Please sign in to comment.