Fedir Zadniprovskyi commited on
Commit
16b1689
·
1 Parent(s): e0e6882

chore: update ruff target version

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -25,7 +25,7 @@ other = ["youtube-dl @ git+https://github.com/ytdl-org/youtube-dl.git@37cea84f77
25
  # https://docs.astral.sh/ruff/configuration/
26
  [tool.ruff]
27
  line-length = 120
28
- target-version = "py312"
29
 
30
  [tool.ruff.lint]
31
  select = ["ALL"]
 
25
  # https://docs.astral.sh/ruff/configuration/
26
  [tool.ruff]
27
  line-length = 120
28
+ target-version = "py311"
29
 
30
  [tool.ruff.lint]
31
  select = ["ALL"]