Skip to content

Commit

Permalink
Black formatting (#326)
Browse files Browse the repository at this point in the history
* progress towards using the black code style
* added pep8speaks conf
* fix for coverage/coveralls
  • Loading branch information
AndrewAnnex committed Dec 19, 2019
1 parent eda3edd commit dc1739b
Show file tree
Hide file tree
Showing 16 changed files with 10,881 additions and 6,018 deletions.
12 changes: 12 additions & 0 deletions .pep8speaks.yml
@@ -0,0 +1,12 @@
scanner:
diff_only: False

pycodestyle:
max-line-length: 88
ignore:
- E203
- W503

no_blank_comment: False
descending_issues_order: True
only_mention_files_with_errors: False

0 comments on commit dc1739b

Please sign in to comment.