This website works better with JavaScript
Home
Explore
Help
Sign In
mengxi
/
labelmeWithAI
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Improve .flake8 to ignore all of the hidden files
Kentaro Wada
2 years ago
parent
4c98193b7e
commit
a5cca50965
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
.flake8
+ 1
- 1
.flake8
View File
@@ -1,3 +1,3 @@
[flake8]
[flake8]
-exclude = .
anaconda3/*
+exclude = .
*/
ignore = E203, E741, W503, W504
ignore = E203, E741, W503, W504