mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Use covdefaults to handle coveragerc
This commit is contained in:
parent
23d4811e19
commit
a7f73434a6
4 changed files with 6 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue