Skip to content

Commit

Permalink
Use upstream nixfmt repo
Browse files Browse the repository at this point in the history
Now that this PR [1] has been merged into nixfmt, we can use the
upstream nixfmt repo.

[1]: <NixOS/nixfmt#238>
  • Loading branch information
Jayman2000 committed Sep 6, 2024
1 parent 71681e8 commit 0af53c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jasons_pre_commit_hooks/repo_style_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]: <https://github.com/NixOS/nixfmt/pull/238>
url='https://github.com/Jayman2000/nixfmt-pr',
url='https://github.com/NixOS/nixfmt',
hook_ids=('nixfmt',)
)
PRE_COMMIT_REPOS_BY_PATH: Final = (
Expand Down

0 comments on commit 0af53c1

Please sign in to comment.