Skip to content

Commit e548e91

Browse files
committed
chore: update comment [skip ci]
1 parent 3a78be5 commit e548e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_linter_hooks/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_version_from_dependency(tool: str) -> Optional[str]:
2020
return None
2121
with open(pyproject_path, "rb") as f:
2222
data = tomllib.load(f)
23-
# Check dependencies
23+
# Check [project].dependencies
2424
dependencies = data.get("project", {}).get("dependencies", [])
2525
for dep in dependencies:
2626
if dep.startswith(f"{tool}=="):

0 commit comments

Comments
 (0)