Skip to content

Commit 24949b7

Browse files
committed
Add HTTP retries + timeout and share methods in StandardCollection with graph collections
1 parent d168d6f commit 24949b7

File tree

7 files changed

+500
-385
lines changed

7 files changed

+500
-385
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
rev: v0.790
2525
hooks:
2626
- id: mypy
27-
args: [ arango ]
27+
files: ^arango/
2828
- repo: https://gitlab.com/pycqa/flake8
2929
rev: 3.8.4
3030
hooks:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
1010
Run unit tests with coverage:
1111

1212
```shell
13-
py.test --cov=./ --cov-report=html # Open htmlcov/index.html in your browser
13+
py.test --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
1414
```
1515

1616
Build and test documentation:

0 commit comments

Comments
 (0)