Skip to content

Commit 0fafcac

Browse files
committed
Add numpy pydocstyle and max-doc-length
1 parent 9406049 commit 0fafcac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ profile = "black"
77
line_length = 110
88
known_first_party = ["lsst"]
99

10+
[tool.pydocstyle]
11+
convention = "numpy"
12+
1013
[tool.lsst_versions]
1114
write_to = "python/lsst/analysis/tools/version.py"
1215

@@ -33,3 +36,9 @@ extend-select = [
3336

3437
[tool.ruff.lint.isort]
3538
known-first-party = ["lsst"]
39+
40+
[tool.ruff.lint.pycodestyle]
41+
max-doc-length = 79
42+
43+
[tool.ruff.lint.pydocstyle]
44+
convention = "numpy"

0 commit comments

Comments
 (0)