Ver Fonte

Ignore jaml files in Ruff

Johannes Gütschow há 11 meses atrás
pai
commit
4e5f083157
1 ficheiros alterados com 1 adições e 0 exclusões
  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