Skip to content

Commit

Permalink
Fix bad quotes for wemake-python-styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Jan 25, 2020
1 parent 4993405 commit dafcb48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ addopts = --quiet --tb=short --color=yes --cov=sumy --cov-report=term-missing --
[pep8]
max-line-length = 160

[flake8]
inline-quotes = double
multiline-quotes = double
docstring-quotes = double

[isort]
multi_line_output = 5

[bdist_wheel]
universal = 1

0 comments on commit dafcb48

Please sign in to comment.