Skip to content

Commit

Permalink
Merge pull request #11 from jwillikers/flake-checker-pre-commit
Browse files Browse the repository at this point in the history
Enable flake-checker pre-commit hook
  • Loading branch information
jwillikers authored Nov 18, 2024
2 parents 679b94a + 19cfa1b commit a91a6b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pre-commit-hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
editorconfig-checker.enable = true;
end-of-file-fixer.enable = true;
fix-byte-order-marker.enable = true;
# todo Broken for 24.05 branch
# flake-checker.enable = true;
flake-checker.enable = true;
forbid-new-submodules.enable = true;
# todo Enable lychee when asciidoc is supported.
# See https://github.com/lycheeverse/lychee/issues/291
Expand Down

0 comments on commit a91a6b6

Please sign in to comment.