mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
ci: remove uneeded mypy helper lib
This commit is contained in:
parent
91e9446c26
commit
ac1ebcd1be
2 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ test = [
|
||||||
]
|
]
|
||||||
mypy = [
|
mypy = [
|
||||||
"mypy>=0.930",
|
"mypy>=0.930",
|
||||||
"types-urllib3",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
# frozen requirements generated by pip-deepfreeze
|
# frozen requirements generated by pip-deepfreeze
|
||||||
mypy==1.15.0
|
mypy==1.15.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
types-urllib3==1.26.25.14
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue