Skip to content

Commit ebea7ec

Browse files
joeysbaseclaude
andcommitted
style: fix ruff formatting in _WORKSPACE_CAPTURE_IGNORE
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 424632e commit ebea7ec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/coder_eval/sandbox.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
# Matched by basename at every level via shutil.ignore_patterns.
3838
_WORKSPACE_CAPTURE_IGNORE = (
3939
# --- Security: credential stores ---
40-
".claude", # RW lean copy of host ~/.claude (carries .credentials.json)
41-
".aws", # AWS credentials / config
42-
".ssh", # SSH keys
43-
".gnupg", # GPG keys
44-
".docker", # Docker auth (config.json)
45-
".azure", # Azure CLI credentials
46-
".netrc", # FTP/curl/git credentials
47-
".gitconfig", # May embed PATs via credential.helper
40+
".claude", # RW lean copy of host ~/.claude (carries .credentials.json)
41+
".aws", # AWS credentials / config
42+
".ssh", # SSH keys
43+
".gnupg", # GPG keys
44+
".docker", # Docker auth (config.json)
45+
".azure", # Azure CLI credentials
46+
".netrc", # FTP/curl/git credentials
47+
".gitconfig", # May embed PATs via credential.helper
4848
# --- Noise: Python / JS build infra ---
4949
".venv",
5050
".npm-prefix",

0 commit comments

Comments
 (0)