This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
beimingwu
/
learnware
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[MNT] init flake8 configuration
tags/v0.3.2
Gene
2 years ago
parent
8a4db13d50
commit
355c2cb4c3
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.flake8
+ 7
- 0
.flake8
View File
@@ -0,0 +1,7 @@
[flake8]
max-line-length = 120
ignore =
E203,E501,F841,W503
per-file-ignores =
__init__.py: F401
./learnware/utils/import_utils.py: F401
Write
Preview
Loading…
Cancel
Save