Skip to content

Commit a1b47e0

Browse files
AradTraubclaude
andcommitted
CM-67195: Fix ruff W291 trailing whitespace in restore_npm_dependencies
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f2e883f commit a1b47e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cycode/cli/files_collector/sca/npm/restore_npm_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def is_project(self, document: Document) -> bool:
3131
and both restores run. This is pre-existing behavior shared by pnpm/yarn/bun and is
3232
accepted for now (a real Bun/pnpm project ships a lockfile, so npm correctly skips).
3333
If this ever needs tightening, also skip here when package.json declares a non-npm
34-
packageManager/engines signal.
34+
packageManager/engines signal.
3535
"""
3636
if Path(document.path).name != NPM_MANIFEST_FILE_NAME:
3737
return False

0 commit comments

Comments
 (0)