Darren Burns
9287f64a66
Add isort pre-commit hook, sort imports in src and test directories
2023-02-09 13:28:08 +00:00
Dave Pearson
4adfe69ec9
Remove TreeNode as a pseudo-widget
...
This encourages importing it from `textual.widgets.tree` instead, keeping it
in line with the other changes made for #1637 .
Note this is a breaking change.
2023-01-23 17:37:58 +00:00
Dave Pearson
ea8252cfcc
Run black over recent Tree tests
...
Now that we're running black on tests...
2023-01-07 09:30:01 +00:00
Dave Pearson
e5869b9f7b
Merge branch 'main' into tree-node-children-prop
2023-01-06 06:18:15 +00:00
Dave Pearson
7779211dcf
Add read-only access to the children of a TreeNode
...
See #1398 .
2023-01-05 21:24:47 +00:00