We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e3e42c + 52c227c commit 5585687Copy full SHA for 5585687
.pep8
@@ -1,3 +1,3 @@
1
[flake8]
2
filename = *.py,Benchmark_Driver,Benchmark_DTrace.in,Benchmark_GuardMalloc.in,Benchmark_RuntimeLeaksRunner.in,build-script,gyb,line-directive,ns-html2rst,recursive-lipo,rth,submit-benchmark-results,update-checkout,viewcfg
3
-ignore = E101,E111,E128,E302,E402,E501,W191
+ignore = D100,D101,D102,D103,D104,D105,E101,E111,E128,E302,E402,E501,W191
0 commit comments