Will Thames
Will Thames
/remove-lifecycle stale
Note that I haven't added a changelog fragment as we haven't done a release since the PR introducing this feature and the previous fragment is still valid for this change:...
Note that it's currently impossible to meet both black and pep8 with regard to list slices black wants `list[left : right]` pep8 wants `list[left:right]` More things seem to complain about...
I don't really understand why all the integration tests are failing, it doesn't seem that it's related to this PR (but happy to fix if I'm wrong about that)
The failing sanity tests on milestone and devel also seem unrelated to this PR (suspect a breaking change in devel ansible which probably needs separate investigation - has the yamllint...