Skip to content

Commit 4a201cd

Browse files
author
chkoar
committed
Relax pep8speaks to adapt black
1 parent 2a0376e commit 4a201cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pep8speaks.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)