]> jfr.im git - yt-dlp.git/blobdiff - setup.cfg
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / setup.cfg
index aeb4cee58697a861215a439689731812defbb827..340cc3b4d9996cf540f23a1ce39dc6d574917b23 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,12 +14,6 @@ remove-duplicate-keys = true
 remove-unused-variables = true
 
 
-[tool:pytest]
-addopts = -ra -v --strict-markers
-markers =
-    download
-
-
 [tox:tox]
 skipsdist = true
 envlist = py{38,39,310,311,312},pypy{38,39,310}