Parcourir la source

Ignore jaml files in Ruff

Johannes Gütschow il y a 11 mois
Parent
commit
4e5f083157
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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