diff options
| author | 2019-03-09 23:01:07 +1000 | |
|---|---|---|
| committer | 2019-03-09 23:01:07 +1000 | |
| commit | 610bfe0820bd797f522f717509c778e80b3d9848 (patch) | |
| tree | ddbac5b1fcb879856da092f2fd0ed889563ec757 /tox.ini | |
| parent | Add new lock file. (diff) | |
Venv in project, add `.cache` in lint ignore.
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 ignore=P102,B311,W503,E226,S311 -exclude=__pycache__, venv, .venv, tests +exclude=__pycache__,venv,.venv,tests,.cache import-order-style=pycharm |