Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): fix errors relating to recent releases #450

Merged
merged 2 commits into from
Jul 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ jobs:
${{ runner.os }}-pip-

- name: Run tests
# TODO: run mypy too
run: |
tox -e typesafety-pyright,typesafety-mypy
tox -e typesafety-pyright

lint:
name: lint
Expand Down
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ wheel==0.37.1
blue==0.9.0
pre-commit==2.20.0
twine==4.0.1
flake8<=4.0.0
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ deps =
mypy==0.950
pyright==1.1.239
slotscheck==0.14.0
flake8<=4.0.0

commands =
blue --check .
Expand Down