diff options
| author | 2022-02-19 20:34:46 +0200 | |
|---|---|---|
| committer | 2022-02-19 20:34:46 +0200 | |
| commit | 31b3543e78f38bbd393af97590090cfab638043e (patch) | |
| tree | 505c8303a6327aa76c854474708983eafdcfa52b /tox.ini | |
| parent | add comments and docstrings, remove an unused variable (diff) | |
| parent | Add topics for `#programming-pedagogy` channel (diff) | |
Merge branch 'main' into feat/latex
Diffstat (limited to 'tox.ini')
| -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 |