diff options
| author | 2021-10-17 10:58:33 +0100 | |
|---|---|---|
| committer | 2021-10-17 10:58:33 +0100 | |
| commit | 662c9a6c5779f5969d77ef327e7c85e9574c1608 (patch) | |
| tree | 4982fff5bd644215f454f416b049674ab4695571 /tox.ini | |
| parent | Raise for status to prevent parsing of invalid pages (diff) | |
| parent | Fixed delayed logs and made some other minor refactors (#1863) (diff) | |
Merge branch 'main' into doc-repetitive-outdated-warn
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import-order-style=pycharm application_import_names=bot,tests exclude=.cache,.venv,.git,constants.py ignore= - B311,W503,E226,S311,T000 + B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, # Docstring Whitespace |