Files
anime_downloader/.flake8
2025-12-26 22:21:53 +09:00

5 lines
116 B
INI

[flake8]
max-line-length = 120
exclude = .git,__pycache__,node_modules,nest_api,yommi_api
ignore = E501, W503, E203