diff options
| author | 2021-12-08 13:51:45 +0100 | |
|---|---|---|
| committer | 2021-12-08 13:51:45 +0100 | |
| commit | 5985ac1c193826380e8a16f44be2d9b91e1354b7 (patch) | |
| tree | 02cce777db98e29ec165a27a087db67f815caf3e /tox.ini | |
| parent | Merge remote-tracking branch 'upstream/main' into tag-groups (diff) | |
| parent | Merge pull request #1634 from Shivansh-007/modpings-schedule (diff) | |
Merge branch 'main' into tag-groups
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 |