v0.26.0 - Doc and linting improvements
What's Changed
Breaking change
get_by_id()
(already deprecated) keyword argument renamed fromid
to
Server.get_by_id(session_id)
,Session.get_by_id(window_id)
, andWindow.get_by_id(pane_id)
(#514)
Documentation
- Various docstring fixes and tweaks (#514)
Development
-
Strengthen linting (#514)
-
Add flake8-commas (COM)
-
Add flake8-builtins (A)
-
Add flake8-errmsg (EM)
-
CI
- Move CodeQL from advanced configuration file to GitHub's default
Full Changelog: v0.25.0...v0.26.0