wgpu-py
wgpu-py copied to clipboard
Add pre-commit hooks for ruff
I did this with their recommended setup where you specify a revision.
You can alternatively set it up to use the users ruff binary with something like:
repos:
- repo: local
hooks:
- id: ruff
name: ruff
entry: ruff check .
language: system