diff options
| author | 2022-09-18 17:49:16 +0100 | |
|---|---|---|
| committer | 2022-09-18 17:49:16 +0100 | |
| commit | 7fb3f25278c1254a5c98f8f69817c8978d70db78 (patch) | |
| tree | 00684c73a2ddf1e5ab508e0b425c83aabdc59f27 /tox.ini | |
| parent | Disable nose plugin in pytest (diff) | |
| parent | Use Python Poetry Base Action (#2277) (diff) | |
Merge branch 'main' into disable-pytest-nose-plugin
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, |