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
I'm not sure if it is intentional, but benchmarks/benchmarks.py's very first Python line is import example_benchmarks, while it should be from {package_name} import example_benchmarks. I've found this issue when making the first commit and pre-commit's pylint failed saying that the module does not exist
The text was updated successfully, but these errors were encountered:
I'm not sure if it is intentional, but
benchmarks/benchmarks.py
's very first Python line isimport example_benchmarks
, while it should befrom {package_name} import example_benchmarks
. I've found this issue when making the first commit andpre-commit
'spylint
failed saying that the module does not existThe text was updated successfully, but these errors were encountered: