Skip to content

Commit 8d8942e

Browse files
committed
Also ignore pep257 D202 in .sublimelinterrc
1 parent 0348dc6 commit 8d8942e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.sublimelinterrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
},
77
"pep8": {
88
"max-line-length": 120
9+
},
10+
"pep257": {
11+
"ignore": ["D202"]
912
}
1013
}
1114
}

0 commit comments

Comments
 (0)