From 8209d5b82cb6b8310827fbd47d14cd530bc5f1d0 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 17 Apr 2024 01:38:49 -0400 Subject: [PATCH] .gitignore fix for pre-commit Signed-off-by: ahuston-0 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e66ac42..f72e392 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ result result-* # If you run nix develop it will generate pre-commit hooks using the python library precommit (see https://github.com/RAD-Development/nix-dotfiles/blob/main/flake.nix#L65) -/.pre-commit-config.yaml +.pre-commit-config.yaml # allows test file in reopsitory test.*