agritheory / test_utils

Common Test Utilities and Fixtures for AgriTheory Projects
4 stars 4 forks source link

Docs: Fix prettier precommit #63

Open agritheory opened 4 months ago

agritheory commented 4 months ago

The precommit mirror we're using has been archived. We can run Prettier directly. This means that we might get different versions, but I'm willing to deal with that, I think.

  - repo: local
    hooks:
      - id: prettier
        name: prettier
        entry: npx prettier -c . --config .prettierrc.cjs --ignore-path .prettierignore
        language: system