Files
gpt-2-tamil/.flake8
ModelHub XC f301701ac2 初始化项目,由ModelHub XC社区提供模型
Model: abinayam/gpt-2-tamil
Source: Original Platform
2026-07-17 07:06:11 +08:00

9 lines
206 B
INI

[flake8]
exclude = venv
ignore = E501, W503, E226, E203
max-line-length = 85
# E501: Line too long
# W503: Line break occurred before binary operator
# E226: Missing white space around arithmetic operator