]> jfr.im git - yt-dlp.git/blobdiff - setup.cfg
[docs] Misc improvements
[yt-dlp.git] / setup.cfg
index d33c7d854958582f57ba27e45ae96f1a92e60ea4..2def390f5193a23ed238af6d2af4d35292b1c6d4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,6 +10,14 @@ per_file_ignores =
     devscripts/lazy_load_template.py: F401
 
 
+[autoflake]
+ignore-init-module-imports = true
+ignore-pass-after-docstring = true
+remove-all-unused-imports = true
+remove-duplicate-keys = true
+remove-unused-variables = true
+
+
 [tool:pytest]
 addopts = -ra -v --strict-markers
 markers =