Johannes Gütschow 11 месяцев назад
Родитель
Сommit
8d6c1153a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -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