diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -11,5 +11,9 @@ ignore=      D301,D302,      # Docstring Content      D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414 -exclude=__pycache__,venv,.venv,tests,.cache +exclude= +    __pycache__,.cache, +    venv,.venv, +    tests, +    constants.py  import-order-style=pycharm | 
