File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ repos:
1414 - id : mixed-line-ending
1515
1616- repo : https://github.com/psf/black
17- rev : 21.12b0
17+ rev : 23.7.0
1818 hooks :
1919 - id : black
2020
2121- repo : https://github.com/asottile/blacken-docs
22- rev : v1.12 .0
22+ rev : 1.15 .0
2323 hooks :
2424 - id : blacken-docs
2525 additional_dependencies : [black]
2626
2727- repo : https://github.com/timothycrosley/isort
28- rev : 5.10.1
28+ rev : 5.12.0
2929 hooks :
3030 - id : isort
3131
32- - repo : https://gitlab .com/pycqa/flake8
32+ - repo : https://github .com/pycqa/flake8
3333 rev : 3.9.2
3434 hooks :
3535 - id : flake8
4646 - id : mypy
4747 additional_dependencies :
4848 - types-requests
49+ - types-retry
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ name = "pypi"
55
66[packages ]
77requests = " *"
8+ retry = " *"
9+ types-retry = " *"
810
911[dev-packages ]
1012pre-commit = " *"
@@ -22,6 +24,7 @@ pytest-cov = "*"
2224twine = " *"
2325setuptools-scm = " *"
2426pandas = " *"
27+ numpy = " *"
2528
2629[requires ]
2730python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments