Skip to content

Commit edc1c4d

Browse files
Merge pull request #210 from kevinbackhouse/ruff-exclude-jsonrpyc
Exclude jsonrpyc directory from linting
2 parents e791a74 + 1dbc025 commit edc1c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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+
extend-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)