Skip to content

Commit

Permalink
updated pyright version
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 committed Nov 4, 2024
1 parent e554502 commit abed430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Run pre-commit
on:
pull_request:
push:
branches: [main]
branches: [master]

permissions:
contents: read # to fetch code (actions/checkout)
Expand All @@ -15,6 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pipx install pre-commit
- run: pip install pre-commit
- run: pre-commit --version
- run: pre-commit run --all-files
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ repos:
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright"]
additional_dependencies: ["pyright@1.1.383"]
args:
- --project=pyproject.toml

0 comments on commit abed430

Please sign in to comment.