We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c863a commit 64274cfCopy full SHA for 64274cf
.flake8
@@ -1,7 +1,7 @@
1
[flake8]
2
docstring_style=sphinx
3
max-line-length = 127
4
-ignore = D400, Q000, P101, W605, S311, PLW, PLC, PLR
+ignore = D400, Q000, P101, S311, PLW, PLC, PLR
5
per-file-ignores =
6
buildhat/__init__.py:F401
7
exclude = docs/conf.py, docs/sphinxcontrib/cmtinc-buildhat.py, docs/sphinx_selective_exclude/*.py
0 commit comments