pytest-dev / pytest-timeout

MIT License
206 stars 63 forks source link

Remove linting CI job, use pre-commit.ci instead #119

Closed nicoddemus closed 2 years ago

flub commented 2 years ago

Seems ok, but I'm lost at how this actually works? I can see in this tab there's a "pre-commit.ci" check but I have no idea how that gets there? It also doesn't show up in the "checks" tab.

nicoddemus commented 2 years ago

Seems ok, but I'm lost at how this actually works?

I added pytest-timeout to the list of repositories checked by pre-commit in pytest-dev's Integrated GitHub Apps. From that point on, every PR will be checked by pre-commit automatically, and the best part, it will commit fixes automatically when possible (say black formatting).

It also doesn't show up in the "checks" tab.

Hmmm "checks" seems to be only for GitHub actions? External checks don't show up there, I assume.

flub commented 2 years ago

thanks!