This website works better with JavaScript
Home
Explore
Help
Sign In
fphammerle
/
tooncher
mirror of
https://github.com/fphammerle/tooncher
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
pylint: disable bad-continuation & missing-docstring check
Fabian Peter Hammerle
5 years ago
parent
f856b47fdd
commit
5860e57415
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.pylintrc
+ 4
- 0
.pylintrc
View File
@@ -0,0 +1,4 @@
+[MESSAGES CONTROL]
+
+disable=bad-continuation,
+ missing-docstring