diff options
author | 2019-05-29 22:47:31 -0700 | |
---|---|---|
committer | 2019-05-29 22:47:31 -0700 | |
commit | 78757589a2cc6a76b83041dbb75b02896308da69 (patch) | |
tree | 4ff8a91f6a03e96ed05449031dbecea8d2f32a8d /.flake8 | |
parent | Merge branch 'master' into revitalisation (diff) |
Add flake8 plugin to only allow double quotes
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ exclude= venv,.venv, tests import-order-style=pycharm +inline-quotes = " |