This website works better with JavaScript
Home
Explore
Help
Register
Sign In
bixel
/
dotfiles
mirror of
https://github.com/bixel/dotfiles.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fine tune flake8 config
Kevin Heinicke
7 years ago
parent
c32f50db5a
commit
0733779bb0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
flake8
+ 1
- 1
flake8
View File
@@ -1,3 +1,3 @@
[flake8]
select = C,E,F,W,B,B950
-ignore = E501,
F401
+ignore = E501,
W503