Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
twoertwein committed Jan 7, 2022
1 parent 866ab66 commit bbfced6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Install pyright
# note: keep version in sync with .pre-commit-config.yaml
run: npm install -g pyright@1.1.202
run: npm install -g pyright@1.1.205

- name: Build Pandas
id: build
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -85,7 +85,7 @@ repos:
types: [python]
stages: [manual]
# note: keep version in sync with .github/workflows/ci.yml
additional_dependencies: ['pyright@1.1.202']
additional_dependencies: ['pyright@1.1.205']
- repo: local
hooks:
- id: flake8-rst
Expand Down
1 change: 1 addition & 0 deletions pandas/core/indexes/frozen.py
@@ -1,3 +1,4 @@
# pyright: reportGeneralTypeIssues = false
"""
frozen (immutable) data structures to support MultiIndexing
Expand Down
1 change: 1 addition & 0 deletions pandas/util/_decorators.py
@@ -1,3 +1,4 @@
# pyright: reportGeneralTypeIssues = false
from __future__ import annotations

from functools import wraps
Expand Down

0 comments on commit bbfced6

Please sign in to comment.