Skip to content

Commit

Permalink
Merge pull request #63 from jazzband/feature/black
Browse files Browse the repository at this point in the history
Run code quality tools including black
  • Loading branch information
jaraco committed Nov 5, 2018
2 parents 983ba82 + c72f66d commit 235a4a0
Show file tree
Hide file tree
Showing 19 changed files with 3,363 additions and 2,437 deletions.
12 changes: 12 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[flake8]
max-line-length=88
ignore =
E203
W504
W503
exclude =
.git
.tox
build
dist
.eggs
3 changes: 0 additions & 3 deletions .pep8

This file was deleted.

0 comments on commit 235a4a0

Please sign in to comment.