Files

5 lines
116 B
Plaintext
Raw Permalink Normal View History

2025-12-26 22:21:53 +09:00
[flake8]
max-line-length = 120
exclude = .git,__pycache__,node_modules,nest_api,yommi_api
ignore = E501, W503, E203