Fabian Peter Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
edbb8bea9a
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 1 1
      .githooks/pre-commit
  2. 0 1
      tests/cli/_list_test.py

+ 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