Skip to content

Commit

Permalink
doc: improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Jan 8, 2024
1 parent ea07fa0 commit 132ffd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ https://devenv.sh/pre-commit-hooks/
let
nix-pre-commit-hooks = import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master");
in {
# Configured with the module options defined in `modules/pre-commit.nix`:
pre-commit-check = nix-pre-commit-hooks.run {
src = ./.;
# If your hooks are intrusive, avoid running on each commit with a default_states like this:
Expand All @@ -43,6 +44,9 @@ https://devenv.sh/pre-commit-hooks/
ormolu.enable = true;
shellcheck.enable = true;
};
# Set the pkgs to get the tools for the hooks from.
# tools = pkgs;
# Some hooks offer custom settings that affect how they execute
settings = {
Expand Down

0 comments on commit 132ffd5

Please sign in to comment.