We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0376e commit 4a201cdCopy full SHA for 4a201cd
.pep8speaks.yml
@@ -0,0 +1,10 @@
1
+# File : .pep8speaks.yml
2
+
3
+scanner:
4
+ diff_only: True # If True, errors caused by only the patch are shown
5
+ linter: flake8
6
7
+flake8:
8
+ max-line-length: 88 # Default is 79 in PEP 8
9
+ ignore: # Errors and warnings to ignore
10
+ - E203
0 commit comments