2
0
Эх сурвалжийг харах

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

Daniel Sheppard 1 сар өмнө
parent
commit
cd636168ee
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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"