mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-26 12:31:27 +08:00
8 lines
227 B
INI
8 lines
227 B
INI
[flake8]
|
|
ignore = E203, E402, E501, E731, E741, W503, W605, E722, E231, W604, E702, E226, E221, E713, E271
|
|
max-line-length = 119
|
|
|
|
# E402: module level import not at top of file
|
|
per-file-ignores =
|
|
__init__.py:F401,F403,E402
|