Merge pull request #4219 from consideRatio/pr/stricter-flake8

pre-commit: add autoflake and make flake8 checks stricter
This commit is contained in:
Min RK
2022-11-21 15:10:14 +01:00
committed by GitHub
34 changed files with 67 additions and 55 deletions

View File

@@ -171,7 +171,7 @@ if on_rtd:
# -- Spell checking -------------------------------------------------------
try:
import sphinxcontrib.spelling
import sphinxcontrib.spelling # noqa
except ImportError:
pass
else: