GitRefChange: switched to attr.s and kwargs init
This almost data class is a typical use-case for `attr.s` (just had a debugging session where a `repr()` implementation would have been handy). I would never be confident about positional args in constructor with that declarative style, so changed the constructor arguments usage in main code, even if more verbose.
parent
6982b5005e9a
No related branches found
No related tags found
Loading
Please register or sign in to comment