Skip to content

Commit 2321ec6

Browse files
[CONFIG] Remove redundant docstring configuration (- PR #277 -)
Changes in file pyproject.toml: - removed `docstring_style` as it was redundant.
1 parent 84f760a commit 2321ec6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ extend-ignore = ["E117", "D203", "D208", "D212"]
1919
# OPTIONAL - BCP Ignore long lines as specified in CEP-8
2020
max-line-length = 100
2121
docstring-convention = "google"
22-
docstring_style = "google"
2322

2423
[pytest.enabler.flake8]
2524
addopts = "--flake8"

0 commit comments

Comments
 (0)