pytorch-labs / torchfix

TorchFix - a linter for PyTorch-using code with autofix support
Other
98 stars 16 forks source link

Add pre-commit hooks add lint docs #51

Closed izaitsevfb closed 6 months ago

izaitsevfb commented 6 months ago

fix #48

Testing:

1.

pip install -r requirements-dev.txt
pre-commit install
pre-commit run --all-files
image
  1. git commit -m 'test'
  2. Black CI works: https://github.com/pytorch-labs/torchfix/actions/runs/8791096314/job/24124561579?pr=51