Skip to content

Commit c92494d

Browse files
Exclude jsonrpyc directory from linting.
1 parent e791a74 commit c92494d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ exclude_lines = [
163163
[tool.ruff]
164164
# Set target version to 3.10 to support match statements
165165
target-version = "py310"
166+
exclude = ["src/seclab_taskflow_agent/mcp_servers/codeql/jsonrpyc/"]
166167

167168
[tool.ruff.lint]
168169
# Baseline suppressions carried from the original codebase.

0 commit comments

Comments
 (0)