Daniel Altunay

Results 2 comments of Daniel Altunay

Hi, I have the same error. I successfully built graphnn, and placed it manually (due to no permission error) in the graph_comb_opt folder. When I run make -j, I get...

My config: ```yaml - repo: local hooks: - id: ty-check name: ty-check language: python entry: ty check pass_filenames: false args: [--python=.venv/] additional_dependencies: [ty] ``` works in CI, no need to...