Smitaambiger commented on issue #279:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/279#issuecomment-3745142506

   Hi @sbp ,
   
   I’ve successfully run ATR locally using Docker via GitHub Codespaces and 
executed `make check`.
   
   Most checks passed. The remaining failures are related to missing Node/JS 
tooling in the container. Relevant output:
   
   ```text
   format Python files with 
Ruff............................................Passed
   format JS files with 
Biome...............................................Failed
   - hook id: biome-format
   - exit code: 1
   
   Executable `biome` not found
   
   lint JS files with 
Biome.................................................Failed
   - hook id: biome-check
   - exit code: 1
   
   Executable `biome` not found
   
   type check Python files with 
Pyright.....................................Failed
   - hook id: pyright
   - exit code: 1
   
   /workspace/playwright/test.py
     /workspace/playwright/test.py:33:8 - warning: Import "netifaces" could not 
be resolved from source (reportMissingModuleSource)
     /workspace/playwright/test.py:35:6 - error: Import "playwright.sync_api" 
could not be resolved (reportMissingImports)
   1 error, 1 warning, 0 informations
   
   check Jinja2 
routes......................................................Passed
   check when dependencies were 
updated.....................................Passed
   make: *** [Makefile:52: check] Error 1
   ```
   
   
   With the environment verified, I’m ready to proceed with implementing the 
changes for this issue. Please let me know if you’d like me to move ahead with 
a draft PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to