Skip to content

Commit

Permalink
chore: add flake8{,-quotes} and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed May 19, 2018
1 parent 78f54fb commit f30a18a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Expand Up @@ -9,6 +9,9 @@ name = "pypi"
[dev-packages]
bumpversion = "*"
twine = "*"
"flake8" = "*"
"flake8-quotes" = "*"
isort = "*"

[requires]
python_version = "3.6"
78 changes: 62 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -7,3 +7,6 @@ addopts = --cov-report html
ignore = E402,F403,F811
max-complexity = 15
max-line-length = 120

inline-quotes = "
multiline-quotes = """

0 comments on commit f30a18a

Please sign in to comment.