Skip to main content

pyproject.toml: tweak ruff config for ruff v0.16

ID
85b202b
date
2026-08-06 06:10:43+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
c68d4a9
message
pyproject.toml: tweak ruff config for ruff v0.16
changed files
1 file, 3 additions

Changed files

pyproject.toml (225 → 283)

diff --git a/pyproject.toml b/pyproject.toml
index bb03129..136a38e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,3 +10,6 @@ source = ["yt-dlp_alexwlchan", "test_yt-dlp_alexwlchan"]
 show_missing = true
 skip_covered = true
 fail_under = 68
+
+[tool.ruff.lint.isort]
+force-sort-within-sections = true