Use covdefaults to handle coveragerc

This commit is contained in:
Anthony Sottile 2020-02-29 20:34:45 -08:00
parent 23d4811e19
commit a7f73434a6
4 changed files with 6 additions and 33 deletions

View file

@ -1,5 +1,6 @@
from unittest.mock import patch
import pytest
from mock import patch
from pre_commit_hooks.detect_aws_credentials import get_aws_cred_files_from_env
from pre_commit_hooks.detect_aws_credentials import get_aws_secrets_from_env