Skip to content

Commit 64274cf

Browse files
committed
Updating linting rules
1 parent d1c863a commit 64274cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
docstring_style=sphinx
33
max-line-length = 127
4-
ignore = D400, Q000, P101, W605, S311, PLW, PLC, PLR
4+
ignore = D400, Q000, P101, S311, PLW, PLC, PLR
55
per-file-ignores =
66
buildhat/__init__.py:F401
77
exclude = docs/conf.py, docs/sphinxcontrib/cmtinc-buildhat.py, docs/sphinx_selective_exclude/*.py

0 commit comments

Comments
 (0)