From b9068e8490db902716670d906c503bd53b29881c Mon Sep 17 00:00:00 2001 From: teddygroves Date: Wed, 23 Oct 2024 14:47:41 +0200 Subject: [PATCH] Fix end of files --- .github/workflows/release.yml | 1 - .github/workflows/run_tests.yml | 1 - .pre-commit-config.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 566d4a5..643aeb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,4 +44,3 @@ jobs: - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index b89347d..7125e40 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -40,4 +40,3 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6e5bff..9b161d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,4 +13,3 @@ repos: - id: ruff # Run the formatter. - id: ruff-format -