Skip to content

Commit

Permalink
Enforce double quotes via the linter by installing flake8-quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Jul 23, 2018
1 parent 6a152e2 commit b4eb9e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -21,6 +21,7 @@
"coverage==4.5.1",
"flake8==3.5.0",
"flake8-isort==2.5",
"flake8-quotes==1.0.0",
"isort==4.3.4",
"pylint==1.9.2",
"pytest==3.6.3",
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -12,6 +12,10 @@ max-line-length = 120
show-source = true
statistics = true

docstring-quotes = """
inline-quotes = "
multiline-quotes = """
[isort]
force_single_line=true
force_sort_within_sections=true
Expand Down

0 comments on commit b4eb9e7

Please sign in to comment.