Skip to content

Commit

Permalink
[flake8] enforce single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Mar 18, 2020
1 parent 444c3aa commit a0a1fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[flake8]
exclude = __init__.py
inline-quotes = single
multiline-quotes = double
max-line-length = 100
ignore = E203, E266, E501, W503

Expand Down

0 comments on commit a0a1fa6

Please sign in to comment.