Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: validate import statements in modules (#204)
* ci: validate import statements in fixes * ci: run import statement check * scripts: fix return type * scripts: fix RuntimeError * scripts: fix ModuleNotFoundError * scripts: fix ModuleNotFoundError * scripts: add protonfixes to PYTHONPATH * scripts: extend PYTHONPATH * scripts: log PYTHONPATH * scripts: fix ModuleNotFoundError * scripts: fix ModuleNotFoundError * check_imports: change to module directory * check_imports: fix PYTHONPATH * check_imports: fix PYTHONPATH * check_imports: fix PYTHONPATH * check_imports: pass PYTHONPATH to subprocess * check_imports: fix PYTHONPATH to subprocess * check_imports: fix IndexError * workflows: rename directories * workflows: install trio * check_imports: refactor to use trio * workflows: remove comma * workflows: install trio * check_imports: log success * workflows: create protonfixes link * check_imports: temporarily remove PYTHONPATH * Revert "check_imports: temporarily remove PYTHONPATH" This reverts commit aa7ad9d. * workflows: only install trio from pip * workflows: update name * check_imports: update print * check_imports: update comments
- Loading branch information