We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1e0e3 commit 9f116b8Copy full SHA for 9f116b8
.sublimelinterrc
@@ -4,6 +4,9 @@
4
"flake8": {
5
"max-line-length": 120
6
},
7
+ "pep257": {
8
+ "ignore": ["D202"]
9
+ },
10
"pep8": {
11
12
}
0 commit comments