You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [flake8]
- max-line-length = 120
- ignore =
- E203,E501,F841,W503
- per-file-ignores =
- __init__.py: F401
- ./learnware/utils/import_utils.py: F401
|