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
Do to a unintended operator precedence, ruff
later added brackets where they do not belong.
This moves them and fixes the bug where
passing a dictionary to the `builder` keyword
of `DefaultDriver` wasn't possible.
Fixes#27.
* sphinx_polyversion/driver.py (DefaultDriver): Fix.
0 commit comments