From 0af53c19682931b1e43bb711c32aada99a021bda Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Sun, 1 Sep 2024 13:16:59 -0400 Subject: [PATCH] Use upstream nixfmt repo Now that this PR [1] has been merged into nixfmt, we can use the upstream nixfmt repo. [1]: --- jasons_pre_commit_hooks/repo_style_checker.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jasons_pre_commit_hooks/repo_style_checker.py b/jasons_pre_commit_hooks/repo_style_checker.py index 98ecf2b..a5c22c2 100644 --- a/jasons_pre_commit_hooks/repo_style_checker.py +++ b/jasons_pre_commit_hooks/repo_style_checker.py @@ -198,11 +198,7 @@ class PreCommitRepoInfo(NamedTuple): hook_ids=('unreleased-commit-checker',) ) PCR_NIXFMT: Final = PreCommitRepoInfo( - # Normally, I would use the upstream repo’s URL, but I can’t because - # this pull request [1] hasn’t been merged yet. - # - # [1]: - url='https://github.com/Jayman2000/nixfmt-pr', + url='https://github.com/NixOS/nixfmt', hook_ids=('nixfmt',) ) PRE_COMMIT_REPOS_BY_PATH: Final = (