Skip to content

Commit 039e684

Browse files
authored
Merge pull request #87 from biglocalnews/retry2
Add retry upload/download; update pre-commit
2 parents 3abf049 + 513ce0c commit 039e684

4 files changed

Lines changed: 900 additions & 732 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -46,3 +46,4 @@ repos:
4646
- id: mypy
4747
additional_dependencies:
4848
- types-requests
49+
- types-retry

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name = "pypi"
55

66
[packages]
77
requests = "*"
8+
retry = "*"
9+
types-retry = "*"
810

911
[dev-packages]
1012
pre-commit = "*"
@@ -22,6 +24,7 @@ pytest-cov = "*"
2224
twine = "*"
2325
setuptools-scm = "*"
2426
pandas = "*"
27+
numpy = "*"
2528

2629
[requires]
2730
python_version = "3.9"

0 commit comments

Comments
 (0)