@@ -115,7 +115,7 @@ ignore = [
"D400", # First line should end with a period
]
line-length = 88
-exclude = ["*.json"]
+extend-exclude = ["*.json"]
[tool.ruff.format]
docstring-code-format = true