Skip to content

Commit 524f534

Browse files
johnslavikpawamoy
andauthored
Add "griffe" to version debug check candidates
Co-authored-by: Timothée Mazzucotelli <dev@pawamoy.fr>
1 parent b3cf2f3 commit 524f534

File tree

1 file changed

+1
-1
lines changed
  • packages/griffelib/src/griffe/_internal

1 file changed

+1
-1
lines changed

packages/griffelib/src/griffe/_internal/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _get_debug_info() -> _Environment:
8484
Environment information.
8585
"""
8686
py_name, py_version = _interpreter_name_version()
87-
packages = ["griffelib"]
87+
packages = ["griffelib", "griffe"]
8888
variables = ["PYTHONPATH", *[var for var in os.environ if var.startswith("GRIFFE")]]
8989
return _Environment(
9090
interpreter_name=py_name,

0 commit comments

Comments
 (0)