Skip to content

Commit

Permalink
Enable flake8-quotes
Browse files Browse the repository at this point in the history
SINGLE QUOTES ARE SUPERIOR!
  • Loading branch information
ThiefMaster committed Jul 6, 2020
1 parent a9922b8 commit 1035e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
black
flake8
flake8-quotes
flask-shell-ipython
ipython
isort>=5.0.3
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[flake8]
exclude=newdle/client,__pycache__
max-line-length=89

inline-quotes = single
multiline-quotes = single
docstring-quotes = double
avoid-escape = true

per-file-ignores =
newdle/vendor/django_mail/message.py:E741
newdle/vendor/django_mail/**/*.py:Q

0 comments on commit 1035e73

Please sign in to comment.