Skip to content

Commit 692482b

Browse files
Merge branch 'main' into sketch/add-keyboard-interface-docs
2 parents b433eab + 0c8fb9c commit 692482b

7,956 files changed

Lines changed: 122148 additions & 46326 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/actions/test-neovim-lua/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ runs:
77
with:
88
luaVersion: "luajit-openresty"
99
- uses: leafo/gh-actions-luarocks@v5
10+
with:
11+
luarocksVersion: "3.12.0"
1012
- shell: bash
1113
run: |
1214
luarocks install busted

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
pat: ${{ secrets.OPEN_VSX_TOKEN }}
4949
packagePath: packages/cursorless-vscode/dist
50+
skipDuplicate: true
5051

5152
- name: Publish to Visual Studio Marketplace
5253
uses: HaaLeo/publish-vscode-extension@v2

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
28-
python-version: 3.x
28+
python-version-file: "pyproject.toml"
2929

3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
@@ -51,3 +51,8 @@ jobs:
5151
- name: Auto-fix pre-commit issues
5252
uses: pre-commit-ci/lite-action@v1.0.2
5353
if: always()
54+
55+
- name: Pyright
56+
uses: jakebailey/pyright-action@v3
57+
with:
58+
pylance-version: latest-release

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
NODE_OPTIONS: "--max-old-space-size=4096"
3535

3636
steps:
37+
- name: Git config
38+
run: git config --global core.autocrlf false
39+
3740
- name: Checkout repository
3841
uses: actions/checkout@v4
3942

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.0
1+
v24.14.0

.pre-commit-config.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
minimum_pre_commit_version: "2.9.0"
1+
minimum_pre_commit_version: "3.2.0"
22
ci:
33
autoupdate_schedule: monthly
44
exclude: /vendor/|^data/playground/
@@ -15,11 +15,11 @@ repos:
1515
language: fail
1616
types: [symlink]
1717
- repo: https://github.com/Lucas-C/pre-commit-hooks
18-
rev: v1.5.1
18+
rev: v1.5.6
1919
hooks:
2020
- id: forbid-crlf
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -71,12 +71,8 @@ repos:
7171
files: ^data/fixtures/recorded/.*/[^/]*\.yml$
7272
language: system
7373
entry: pnpm exec ./packages/common/scripts/my-ts-node.js packages/cursorless-engine/src/scripts/transformRecordedTests/index.ts --check-marks
74-
- repo: https://github.com/ikamensh/flynt
75-
rev: "1.0.1"
76-
hooks:
77-
- id: flynt
7874
- repo: https://github.com/astral-sh/ruff-pre-commit
79-
rev: v0.4.1
75+
rev: v0.15.1
8076
hooks:
8177
- id: ruff
8278
args: [--fix, --exit-non-zero-on-fix]

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/vendor
22
**/generated
3+
**/.docusaurus
34

45
# We use our own format for our recorded yaml tests to keep them compact
56
/data/fixtures/recorded/**/*.yml

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)