Browse Source

Ignore jaml files in Ruff

Johannes Gütschow 11 months ago
parent
commit
4e5f083157
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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