diff options
author | 2022-09-17 19:25:37 +0100 | |
---|---|---|
committer | 2022-09-17 19:25:37 +0100 | |
commit | 2930799460d8bc65c242b2f06426453304b6ed82 (patch) | |
tree | 7582332bfb3a83c02b2053c8415217068bd96688 /tox.ini | |
parent | Address Review (diff) | |
parent | Merge branch 'main' into bot-2231-enhancements (diff) |
Merge remote-tracking branch 'origin/bot-2231-enhancements' into bot-2231-enhancements
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ docstring-convention=all import-order-style=pycharm application_import_names=bot,tests exclude=.cache,.venv,.git,constants.py -ignore= +extend-ignore= B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, |