File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/cookiecutter-dvc-plugin" ,
3
- "commit" : " 13d5c9b49c49d3c14106cb4f9aa61d07876c039b " ,
3
+ "commit" : " 5e07217326c0c136274315e550e3932668a407a7 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change 32
32
- flake8-comprehensions
33
33
- flake8-debugger
34
34
- flake8-string-format
35
- repo : https://gitlab .com/pycqa/flake8
35
+ repo : https://github .com/pycqa/flake8
36
36
rev : 3.9.2
37
37
- repo : local
38
38
hooks :
Original file line number Diff line number Diff line change 5
5
from dvc .testing .remote_tests import ( # noqa, pylint: disable=unused-import
6
6
TestRemote ,
7
7
)
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
+ )
8
14
from dvc .testing .workspace_tests import TestImport as _TestImport
15
+ from dvc .testing .workspace_tests import ( # noqa, pylint: disable=unused-import
16
+ TestLsUrl ,
17
+ )
9
18
10
19
11
20
@pytest .fixture
You can’t perform that action at this time.
0 commit comments