Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some basic pre-commit hooks suggested by sp-repo-review #367

Closed
nathanjmcdougall opened this issue Mar 4, 2025 · 0 comments · Fixed by #393
Closed

Add some basic pre-commit hooks suggested by sp-repo-review #367

nathanjmcdougall opened this issue Mar 4, 2025 · 0 comments · Fixed by #393
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nathanjmcdougall
Copy link
Owner

Motivation
Suggested via #349

e.g.

  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v5.0.0
    hooks:
      - id: check-added-large-files
      - id: check-case-conflict
      - id: check-merge-conflict
      - id: check-symlinks
      - id: check-yaml
      - id: debug-statements
      - id: name-tests-test
        args: ["--pytest-test-first"]

Summary of desired enhancement
Enable these pre-commit checks for dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant