Commit b727a0a
authored
Enforce ruff docstring validation and fix issues (#1868)
* Apply ruff
* Fix first docstrings
* Additional docstring fixes
* Improve AGENTS.md
* Enhance documentation across the pyoverkiz package
- Added module-level docstrings to various files including enums, models, and utilities to improve clarity and understanding of their purpose.
- Updated existing classes and methods with detailed docstrings to describe their functionality and usage.
- Improved test files with descriptive docstrings to clarify the purpose of each test case.
- Refactored some code for better readability and maintainability.
* Revert unneeded changes1 parent 26423ac commit b727a0a
27 files changed
Lines changed: 337 additions & 112 deletions
File tree
- pyoverkiz
- enums
- tests
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 94 | | |
107 | 95 | | |
108 | 96 | | |
| |||
165 | 153 | | |
166 | 154 | | |
167 | 155 | | |
| 156 | + | |
| 157 | + | |
168 | 158 | | |
169 | 159 | | |
170 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments