-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flynt checks breaking with package update to flynt-0.78 #472
Comments
3 tasks
I ran into the same problem with |
jedie
pushed a commit
to boxine/bx_py_utils
that referenced
this issue
Mar 31, 2023
Install flynt/isort/Pygments via darker "extras", to get always compatibility version combinations. See: akaihola/darker#472
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? |
jedie
added a commit
to jedie/cookiecutter_templates
that referenced
this issue
Apr 2, 2023
Install flynt/isort/Pygments via darker "extras", to get always compatibility version combinations. See: akaihola/darker#472
jedie
pushed a commit
to boxine/bx_django_utils
that referenced
this issue
Apr 12, 2023
Install flynt, isort and pygments via darker `extras`, so we always get a working version combination, see: akaihola/darker#472
jedie
pushed a commit
to boxine/bx_django_utils
that referenced
this issue
Apr 12, 2023
Install flynt, isort and pygments via darker `extras`, so we always get a working version combination, see: akaihola/darker#472
jedie
pushed a commit
to boxine/bx_django_utils
that referenced
this issue
Apr 12, 2023
* Install flynt, isort and pygments via darker `extras`, so we always get a working version combination, see: akaihola/darker#472 * Run tox parallelized. * Fix tox config by install playwright browsers
jedie
pushed a commit
to boxine/bx_django_utils
that referenced
this issue
Apr 12, 2023
* Split Django admin snapshots by new `name_suffix` * Install flynt, isort and pygments via darker `extras`, so we always get a working version combination, see: akaihola/darker#472 * Run tox parallelized. * Fix tox config * Use tox for `update-test-snapshot-files` to generate all snapshot files in all versions * Move coverage generation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Expected behavior
No traceback and functioning as it did with flynt==0.78
Environment
Additional context
Running flynt standalone with this version is working.
Seems this may be the change that caused the issue: ikamensh/flynt@e66e7f6
The text was updated successfully, but these errors were encountered: