We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aedc04 commit 838bc7cCopy full SHA for 838bc7c
1 file changed
pyproject.toml
@@ -21,7 +21,6 @@ select = [
21
"E", # pycodestyle (flake8)
22
"F", # pyflakes (flake8)
23
"I", # isort
24
- "W505", # docstring line too long
25
]
26
ignore = ["E501"] # line length is covered by black
27
0 commit comments