diff options
| author | 2018-04-10 23:05:42 +0100 | |
|---|---|---|
| committer | 2018-04-10 23:05:42 +0100 | |
| commit | 7554e7d25ca67b23590f9206b11ba7437d826265 (patch) | |
| tree | 5ab124006651897bded7f50aa86ed685f3ac092b /tox.ini | |
| parent | Snowflakes should be sent to the site as strings (diff) | |
| parent | Update CONTRIBUTING.md (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ max-line-length=120 application_import_names=bot exclude=.venv -ignore=B311,W503,E226 +ignore=B311,W503,E226,S311 import-order-style=pycharm |