Skip to content

Commit 838bc7c

Browse files
committed
chore: removed W505
1 parent 5aedc04 commit 838bc7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ select = [
2121
"E", # pycodestyle (flake8)
2222
"F", # pyflakes (flake8)
2323
"I", # isort
24-
"W505", # docstring line too long
2524
]
2625
ignore = ["E501"] # line length is covered by black
2726

0 commit comments

Comments
 (0)