Skip to content

Commit 8f95666

Browse files
committed
yet another pyright release
1 parent 8e3669f commit 8f95666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Install pyright
7676
# note: keep version in sync with .pre-commit-config.yaml
77-
run: npm install -g [email protected].246
77+
run: npm install -g [email protected].247
7878

7979
- name: Build Pandas
8080
id: build

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
types: [python]
9090
stages: [manual]
9191
# note: keep version in sync with .github/workflows/code-checks.yml
92-
additional_dependencies: ['[email protected].246']
92+
additional_dependencies: ['[email protected].247']
9393
- repo: local
9494
hooks:
9595
- id: flake8-rst

0 commit comments

Comments
 (0)