You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,5 +46,6 @@ switched to using `pydoclint` directly, and configured it in `pyproject.toml`. I
46
46
* I've added `direct_thing_client_class` to `deps` and updated the dependencies example to use it. This is a change to recommended usage but not a change to the API beyond exposing another symbol.
47
47
*`descriptors/action.py:198` has an Exception-swallowing block. If this is needed, we should make it more specific or justify why not.
48
48
*`descriptors/property.py` will be substantially rewritten. I have copied over docstrings from another branch that describe the status quo, I realise they are confusing, but that's why we plan to change the module significantly.
49
+
*`example_things/__init__.py` should be split up and renamed. Most of the things belong in tests, not in the module.
0 commit comments