diff options
| author | 2019-03-09 17:52:23 +1000 | |
|---|---|---|
| committer | 2019-03-09 17:52:23 +1000 | |
| commit | 1ff9aa88628d7c25484da1b85ef4d1eeb0049b63 (patch) | |
| tree | 59b7dca0f89f6e1a03cdb24e1d6c6b6dbd1bcf2c /tox.ini | |
| parent | Revert to 16.04 build pools. (diff) | |
Fix the linting issues with Bot so builds will work.
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=.cache,.venv -ignore=B311,W503,E226,S311 +ignore=B311,W503,E226,S311,T000 import-order-style=pycharm |