forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: bump type checker versions (pandas-dev#45461)
- Loading branch information
1 parent
4910211
commit ce8fae0
Showing
6 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
|
||
- name: Install pyright | ||
# note: keep version in sync with .pre-commit-config.yaml | ||
run: npm install -g [email protected].202 | ||
run: npm install -g [email protected].212 | ||
|
||
- name: Build Pandas | ||
id: build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,8 +84,8 @@ repos: | |
pass_filenames: false | ||
types: [python] | ||
stages: [manual] | ||
# note: keep version in sync with .github/workflows/ci.yml | ||
additional_dependencies: ['[email protected].202'] | ||
# note: keep version in sync with .github/workflows/code-checks.yml | ||
additional_dependencies: ['[email protected].212'] | ||
- repo: local | ||
hooks: | ||
- id: flake8-rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters