Skip to content

Commit

Permalink
chore: drop mypy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 19, 2022
1 parent a7f7f40 commit 795672d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions requirements-lint.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ flake8-quotes
flake8-todo
importlib-metadata; python_version < '3.8'
isort
mypy
pytest
pytest-cov
pyupgrade
typed-ast; python_version < '3.8' # dependency of black and mypy
typed-ast; python_version < '3.8' # dependency of black
zipp; python_version < '3.8' # dependency of importlib-metadata
9 changes: 1 addition & 8 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ isort==5.10.1
# flake8-isort
mccabe==0.7.0
# via flake8
mypy==0.982
# via -r requirements-lint.in
mypy-extensions==0.4.3
# via
# black
# mypy
# via black
packaging==21.3
# via pytest
pathspec==0.10.1
Expand Down Expand Up @@ -131,19 +127,16 @@ tomli==2.0.1
# via
# black
# coverage
# mypy
# pytest
typed-ast==1.5.4 ; python_version < "3.8"
# via
# -r requirements-lint.in
# black
# mypy
typing-extensions==4.4.0
# via
# black
# gitpython
# importlib-metadata
# mypy
urllib3==1.26.12
# via requests
zipp==3.10.0 ; python_version < "3.8"
Expand Down

0 comments on commit 795672d

Please sign in to comment.