Explorar el Código

Add ignore for migration files to ignore line length requirements as per our developer docs

Daniel Sheppard hace 1 mes
padre
commit
cd636168ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ruff.toml

+ 1 - 0
ruff.toml

@@ -11,6 +11,7 @@ preview = true
 
 [lint.per-file-ignores]
 "template_code.py" = ["E501"]
+"*/migrations/*.py" = ["E501"]
 
 [format]
 quote-style = "single"