Skip to content

Conversation

@arthurlw
Copy link
Contributor

Summary

Describe the purpose of this pull request. What does it do, and why is it needed?

Closes #48

Adds pre-commit hooks, md-formatting and will also include golangci-lint in its workflow (will later be removed in favour of this)

@arthurlw arthurlw changed the title Pre-commit Config Pre-commit Nov 23, 2025
@arthurlw
Copy link
Contributor Author

@b-jonathan Suggested using lefthook as an alternative

key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Install pre-commit
run: pip install pre-commit
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allegedly because its running on ubuntu, pip is faster than brew so keeping it like this for now

@arthurlw arthurlw closed this by deleting the head repository Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENH] Linting with pre-commit

1 participant