Skip to content

Commit 81ac740

Browse files
committed
cruft update
1 parent 91f68bb commit 81ac740

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
3-
"commit": "13d5c9b49c49d3c14106cb4f9aa61d07876c039b",
3+
"commit": "5e07217326c0c136274315e550e3932668a407a7",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- flake8-comprehensions
3333
- flake8-debugger
3434
- flake8-string-format
35-
repo: https://gitlab.com/pycqa/flake8
35+
repo: https://github.com/pycqa/flake8
3636
rev: 3.9.2
3737
- repo: local
3838
hooks:

dvc_http/tests/test_dvc.py

+9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
66
TestRemote,
77
)
8+
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
9+
TestAdd as _TestAdd,
10+
)
11+
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
12+
TestGetUrl,
13+
)
814
from dvc.testing.workspace_tests import TestImport as _TestImport
15+
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
16+
TestLsUrl,
17+
)
918

1019

1120
@pytest.fixture

0 commit comments

Comments
 (0)