From 3046173e7733bb75bf453b66b18cbc627073dafd Mon Sep 17 00:00:00 2001 From: hcollingwood Date: Thu, 24 Oct 2024 16:16:03 +0100 Subject: [PATCH 1/2] Fix pre-commit runs --- .github/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 890c4e4..e4403bc 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -18,6 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 - name: Copy config run: | From ea6be1e86344f200f39b1f8a5f92b1b19926c9eb Mon Sep 17 00:00:00 2001 From: hcollingwood Date: Thu, 24 Oct 2024 16:17:46 +0100 Subject: [PATCH 2/2] Add pre-commit-config file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 26f693c..3842b10 100644 --- a/.gitignore +++ b/.gitignore @@ -162,4 +162,5 @@ cython_debug/ *.bak +.pre-commit-config.yaml