From 74457016af96d7e4ae18a9e95556489aff2af6b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Morris" <23244221+ajm143@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:11:45 +0000 Subject: [PATCH] Update .pre-commit-config.yaml Next attempt to get pre-commit to work --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3003f845..4c152652 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/pseewald/fprettify +- repo: https://github.com/fortran-lang/fprettify rev: v0.3.3 hooks: - id: fprettify