fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Add `typos` pre-commit hook #131

Closed imagejan closed 5 months ago

imagejan commented 6 months ago

Seems to be useful, and with a low false-positive rate, shouldn't be too annoying.

  - repo: https://github.com/crate-ci/typos
    rev: v1.20.7
    hooks:
      - id: typos
        files: \.(py|md|rst|yaml|toml)
        # empty to do not write fixes
        args: []
        exclude: pyproject.toml
tibuch commented 6 months ago

Feel free to add :+1: