We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889009 commit 86571d8Copy full SHA for 86571d8
1 file changed
pyproject.toml
@@ -89,8 +89,8 @@ venv = ".venv"
89
strict = ["src/mcp/**/*.py"]
90
91
[tool.ruff.lint]
92
-select = ["E", "F", "I", "UP"]
93
-ignore = []
+select = ["C4", "E", "F", "I", "PERF", "UP"]
+ignore = ["PERF203"]
94
95
[tool.ruff]
96
line-length = 88
0 commit comments