mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
improve coverage pragmas with covdefaults 2.1
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
f6547ac54e
commit
270b539e8f
4 changed files with 7 additions and 7 deletions
|
|
@ -164,7 +164,7 @@ def test_python_hook_weird_setup_cfg(in_git_dir, tempdir_factory, store):
|
|||
)
|
||||
|
||||
|
||||
def test_python_venv(tempdir_factory, store): # pragma: no cover (no venv)
|
||||
def test_python_venv(tempdir_factory, store):
|
||||
_test_hook_repo(
|
||||
tempdir_factory, store, 'python_venv_hooks_repo',
|
||||
'foo', [os.devnull],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue