Parcourir la source

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

Jeremy Stretch il y a 10 mois
Parent
commit
2be257db48
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"]