Commit f21dbcc
committed
ruff: Add Pydocstyle (D) rules configuration for docstring linting
- Enabled Pydocstyle rules (D) in the `pyproject.toml` to enforce Google-style
docstring conventions using Ruff.
- Configured `tool.ruff.lint.pydocstyle.convention` to "google".
- Applied Pydocstyle to specific file patterns like `scripts/**/*.py`,
`examples/**/*.py`, and `noxfile.py`.
Assisted-by: Codex1 parent d61291f commit f21dbcc
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
105 | 120 | | |
106 | 121 | | |
107 | 122 | | |
| |||
0 commit comments