Closed DManowitz closed 1 year ago
hi @DManowitz - are you using python3.7? python3.8 is the minimum version required. i'll check later anyway,thanks for the report!
Then someone needs to at least update conda b/c it shows python >=3.7.0 there.
ok it's 3.8.0 here:
https://github.com/nbQA-dev/nbQA/blob/220dacf44e6cc234b8ef87863a31ff9d46dad920/setup.cfg#L35
please report to conda then, thanks!
Should be fixed now (I guess I need to cut a new release for it to take effect? I've removed conda from the readme anyway in the meantime)
With version 1.6.1 of nbqa, when importing nbqa.find_root, I get the following error:
Looking through the history of this file, it appears that leaving off the parentheses from the
@lru_cache
decorator forfind_project_root
is likely the cause of this error.