Skip to content

Commit

Permalink
chore(ci): upgrade mypy, prevent numpy lint error in python ver 3.10.…
Browse files Browse the repository at this point in the history
…7+ (#1574)
  • Loading branch information
jialeicui authored Dec 2, 2022
1 parent ed4cec0 commit 33ef628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.6" # https://github.com/python/mypy/issues/13627
- "3.10"

needs:
- filter
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.6" # https://github.com/python/mypy/issues/13627
- "3.10"
os:
- macos-latest
- ubuntu-latest
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.6" # https://github.com/python/mypy/issues/13627
- "3.10"
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion client/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
black==22.3.0
jupyter-black==0.3.1
flake8==4.0.1
mypy==0.950
mypy~=0.981
mypy-extensions==0.4.3
profimp==0.1.0
types-PyYAML
Expand Down

0 comments on commit 33ef628

Please sign in to comment.