Skip to content

Commit

Permalink
Relax pep8speaks to adapt black
Browse files Browse the repository at this point in the history
  • Loading branch information
chkoar committed Jun 20, 2020
1 parent 2a0376e commit 0eb9033
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# File : .pep8speaks.yml

scanner:
diff_only: False # If True, errors caused by only the patch are shown
linter: flake8

flake8:
max-line-length: 88 # Default is 79 in PEP 8
ignore: # Errors and warnings to ignore
- E203

0 comments on commit 0eb9033

Please sign in to comment.