-
Notifications
You must be signed in to change notification settings - Fork 21
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 pre-commit (git-hooks) #41
Conversation
ff5a0b3 - added some docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good to me. Can you remove treefmt entirely?
I wonder if
treesitter
should be dropped here as well?
Can you elaborate?
😵💫 I meant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge from master
to resolve the conflicts?
adds significant overhead during `git commit`
1a2c6dc
to
7fd4d49
Compare
It's done. |
An attempt to mirror haskell-template's latest (and greatest) changes. I wonder if
treesitter
treefmt
should be dropped here as well?The structure remains, however the filename
nix/modules/formatting.nix
is not really accurate anymore (iftreesitter
treefmt
was to be removed).I only added some hooks as a base.
clippy
was dropped as it was being annoying.Oh, also some
.envrc
tweaks as well.