Explorar el Código

Closes #19112: Configure ruff to target Python 3.10 (#19113)

Jeremy Stretch hace 10 meses
padre
commit
2be257db48
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ruff.toml

+ 1 - 0
ruff.toml

@@ -2,6 +2,7 @@ exclude = [
     "netbox/project-static/**"
 ]
 line-length = 120
+target-version = "py310"
 
 [lint]
 extend-select = ["E1", "E2", "E3", "E501", "W"]