diff options
| author | 2022-11-02 14:29:03 +0000 | |
|---|---|---|
| committer | 2022-11-02 14:29:03 +0000 | |
| commit | 4eb324fcf27561b61eec3c5939de22237d869aaa (patch) | |
| tree | c723773ce0630c6ee1eefb4d6a93fa498712c310 /tox.ini | |
| parent | Address PR comments and fix typ (diff) | |
| parent | Merge pull request #2309 from shtlrs/issue-2280-rule-keywords-discoverability (diff) | |
Merge branch 'main' into create-nomodule-tag
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, |