We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0348dc6 commit 8d8942eCopy full SHA for 8d8942e
1 file changed
.sublimelinterrc
@@ -6,6 +6,9 @@
6
},
7
"pep8": {
8
"max-line-length": 120
9
+ },
10
+ "pep257": {
11
+ "ignore": ["D202"]
12
}
13
14
0 commit comments