mirror of
https://github.com/msight-tech/research-ms-loss.git
synced 2025-06-03 14:48:45 +08:00
9 lines
198 B
INI
9 lines
198 B
INI
[flake8]
|
|
ignore = F401, F841, E402, E722, E999
|
|
max-line-length = 128
|
|
max-complexity=18
|
|
format=pylint
|
|
show_source = True
|
|
statistics = True
|
|
count = True
|
|
exclude = tests,ret_benchmark/modeling/backbone |