Skip to content

Commit 337fd9c

Browse files
Fix A004: remove __doc__ import that shadows Python builtin
Agent-Logs-Url: https://github.com/GitHubSecurityLab/seclab-taskflow-agent/sessions/f9e769e5-cc89-4855-be88-a0fd9beb0f6e Co-authored-by: kevinbackhouse <4358136+kevinbackhouse@users.noreply.github.com>
1 parent 3e08abb commit 337fd9c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ ignore = [
179179
# Backwards-compatibility suppressions for existing code
180180
"A001", # Variable shadows built-in
181181
"A002", # Argument shadows built-in
182-
"A004", # Import shadows built-in
183182
"FBT001", # Boolean positional arg
184183
"FBT002", # Boolean default value
185184
"N801", # Class name casing

src/seclab_taskflow_agent/mcp_servers/codeql/jsonrpyc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
__contact__,
1919
__copyright__,
2020
__credits__,
21-
__doc__,
2221
__email__,
2322
__license__,
2423
__status__,

0 commit comments

Comments
 (0)