Closed albertandking closed 8 months ago
Hi Ed, I have tested it through github action CI, It will be fine now
Hi Albert, it looks this causes the schedule run to fail for some reason. Any ideas? I will look into it.
Hi Albert, it looks this causes the schedule run to fail for some reason. Any ideas? I will look into it.
Hi Ed,I have just test it on my master branch of pybroker, but it runs fine. you can check my https://github.com/albertandking/pybroker/actions/runs/8532047906; can you rerun all actions?
If you run "ruff src tests" it appears to fail. main.yml will only run ruff on src.
Also, it would be good to run the ruff formatter on both tests and init.py
Also, it would be good to run the ruff formatter on both tests and init.py
yes, I have turn off ruff run on init and tests in pyproject.toml
Added per-file-ignores to pyproject.toml
Added per-file-ignores to pyproject.toml
I have fix the schedule.yml the same as main.yml for ruff, it will be ok?
Hi Albert, thanks, but I think I've fixed this.