Skip to content

Commit c273cf7

Browse files
Update pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4b6576 commit c273cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ select = [
8383
"B", # flake8-bugbear
8484
"COM", # flake8-commas - trailing commas
8585
"BLE", # flake8-blind-except - avoid bare except
86-
"D", # flake8-dockstrings
86+
"D", # flake8-docstrings
8787
"C4", # flake8-comprehensions
8888
"E", # pycodestyle
8989
"EM", # flake8-errmsg

0 commit comments

Comments
 (0)