Closed bdperkin closed 7 months ago
Thanks @bdperkin for the heads-up! This seems easy enough to fix.
I'll also consider adding similar similar automated "future" tests as we already have for upcoming Black versions (see #382 and #430).
Update: I added #473 to track this.
(currently: darker==1.7.0 and flynt==0.78)
I ran into the same problem with darker==1.7.1
and flynt==0.78
:(
Oh it's my fault: The fix is to install flynt/isort/Pygments via darker "extras", to get always compatibility version combinations, isn't it?
Hi @jedie; yes, Flynt 0.78 compatibility will be fixed soon (see #480), and meanwhile pip install 'darker[flynt]'
will ensure a compatible version of Flynt is used.
Describe the bug TypeError when executing
darker --flynt
which had been working with flynt-0.77To Reproduce Steps to reproduce the behavior:
pip3 install darker[flynt]
pip3 freeze | grep -E "^(darker|flynt)"
(currently: darker==1.7.0 and flynt==0.78)darker --flynt