Skip to content

Commit 5cba9b4

Browse files
committed
misc setup updates
1 parent f890ae3 commit 5cba9b4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
uses: jakebailey/pyright-action@v2
9090
with:
9191
version: ${{ steps.pyright_version.outputs.PYRIGHT_VERSION }}
92+
extra-args: --threads
9293
working-directory: src/
9394
python-version: ${{ matrix.python-version }}
9495
Build:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ repos:
2727

2828
ci:
2929
autoupdate_branch: dev
30-
autoupdate_schedule: monthly
30+
autoupdate_schedule: quarterly

docs/build instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- [Python](https://www.python.org/downloads/) 3.10+.
1717
- [Node](https://nodejs.org) is optional, but required for complete linting.
1818
- Alternatively you can install the [pyright python wrapper](https://pypi.org/project/pyright/) which has a bit of an overhead delay.
19-
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) is used to run all the scripts
19+
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) is used to run all the scripts.
20+
- This is needed even for Windows, as the bundled PowerShell 5.1 is too old.
2021
- [VSCode](https://code.visualstudio.com/Download) is not required, but highly recommended.
2122
- Everything already configured in the workspace, including Run (F5) and Build (Ctrl+Shift+B) commands, default shell, and recommended extensions.
2223
- [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!

0 commit comments

Comments
 (0)