univ-of-utah-marriott-library-apple / jctl

`jctl` uses `python-jamf` to select objects to create, delete, print and update. It allows performing Jamf Pro repetitive tasks quickly and provides options not available in the web GUI. It is similar to SQL statements, but far less complex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit gha error

magnusviri opened this issue · comments

@homebysix it looks like the pre-commit stuff isn't working anymore. I'm tagging you because I believe you are using it in other projects. If you fixed it in any other projects or know anything about the error, could you let me know and give me some hints? I'm still unfamiliar with the code so I'm not sure how to get the action to work again. Here's the log.

https://github.com/univ-of-utah-marriott-library-apple/jctl/actions/runs/3906886411/jobs/6675527573#step:4:45

I think the fix will be to change gitlab.com to github.com on this line. Then run pre-commit autoupdate to get the new revisions.

Here's an example of what that change might look like.

Root cause: pycqa changed where its repo is hosted.

Thank you! That fixed it!