Don't run black from cursorless-talon repo (#2312)

There's no point in running it there, as it's just a git subtree, so
it's covered by ruff formatter here. It didn't matter before, but now
that we use ruff formatter instead of black here, we get lint failures
there, so I figure we might as well just not bother running a linter
there

## Checklist

- [-] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [-] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [-] I have not broken the cheatsheet
This commit is contained in:
Pokey Rule 2024-04-29 05:07:23 +01:00 committed by GitHub
parent cb66508ac0
commit 34c1f1aca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable