mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +00:00
detect_gcp_credentials hook
This commit is contained in:
parent
b73acb198e
commit
e0c61d89d0
929 changed files with 311695 additions and 0 deletions
13
.venv/lib/python3.10/site-packages/py.py
Normal file
13
.venv/lib/python3.10/site-packages/py.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# shim for pylib going away
|
||||
# if pylib is installed this file will get skipped
|
||||
# (`py/__init__.py` has higher precedence)
|
||||
import sys
|
||||
|
||||
import _pytest._py.error as error
|
||||
import _pytest._py.path as path
|
||||
|
||||
|
||||
sys.modules["py.error"] = error
|
||||
sys.modules["py.path"] = path
|
||||
|
||||
__all__ = ["error", "path"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue