From e8e7215e71d57ba534b4a916014cdf08ab60e132 Mon Sep 17 00:00:00 2001 From: daavoo Date: Sat, 3 Dec 2022 01:34:48 +0000 Subject: [PATCH] update template --- .cruft.json | 2 +- .pre-commit-config.yaml | 2 +- dvc_hdfs/tests/test_dvc.py | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index d3e8161..da8f33d 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "13d5c9b49c49d3c14106cb4f9aa61d07876c039b", + "commit": "5e07217326c0c136274315e550e3932668a407a7", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 928a041..0271f80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - flake8-comprehensions - flake8-debugger - flake8-string-format - repo: https://gitlab.com/pycqa/flake8 + repo: https://github.com/pycqa/flake8 rev: 3.9.2 - repo: local hooks: diff --git a/dvc_hdfs/tests/test_dvc.py b/dvc_hdfs/tests/test_dvc.py index 36e76b8..6ab5706 100644 --- a/dvc_hdfs/tests/test_dvc.py +++ b/dvc_hdfs/tests/test_dvc.py @@ -6,7 +6,13 @@ TestRemote, ) from dvc.testing.workspace_tests import TestAdd as _TestAdd +from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import + TestGetUrl, +) from dvc.testing.workspace_tests import TestImport as _TestImport +from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import + TestLsUrl, +) @pytest.fixture