diff options
Diffstat (limited to '')
| -rw-r--r-- | tox.ini | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -20,5 +20,7 @@ exclude=      __pycache__,.cache,      venv,.venv,      tests, -    constants.py +per-file-ignores = +    # Don't require docstrings in constants +    constants.py:D101  import-order-style=pycharm  |