wgpu-py icon indicating copy to clipboard operation
wgpu-py copied to clipboard

Add pre-commit hooks for ruff

Open claydugo opened this issue 1 year ago • 0 comments

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

claydugo avatar Oct 22 '24 13:10 claydugo