Fabian Peter Hammerle 4 жил өмнө
parent
commit
edbb8bea9a

+ 1 - 1
.githooks/pre-commit

@@ -5,5 +5,5 @@ set -ex
 pipenv clean
 pipenv sync --dev
 pipenv run black --check
-pipenv run pylint yamily
+pipenv run pylint yamily tests/*
 pipenv run pytest --cov=yamily --cov-report=term-missing --cov-fail-under=100

+ 0 - 1
tests/cli/_list_test.py

@@ -1,4 +1,3 @@
-import pathlib
 from unittest.mock import patch
 
 import pytest