diff options
| author | 2022-02-16 23:52:55 +0000 | |
|---|---|---|
| committer | 2022-02-16 23:52:55 +0000 | |
| commit | a921f487833de7cedb690bfa2468eb98d2392596 (patch) | |
| tree | ed2a283206b122f31b0ff6e8166a6852bc6e88cd /tox.ini | |
| parent | Merge remote-tracking branch 'origin/main' into main (diff) | |
| parent | Add topics for `#programming-pedagogy` channel (diff) | |
Merge remote-tracking branch 'origin/main' into main
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 |