1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2023-07-06 20:09:42 +05:30
commit 337734d4a8
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
10 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,6 @@ ignore = E402,E501,E731,E741,W503
max_line_length = 120
per_file_ignores =
devscripts/lazy_load_template.py: F401
yt_dlp/utils/__init__.py: F401, F403
[autoflake]