From 22d145173be26ec8a20fc28462b3276baec5dcbd Mon Sep 17 00:00:00 2001 From: larsevj Date: Mon, 16 Sep 2024 12:48:16 +0200 Subject: [PATCH] Update pre-commits and github actions - ruff 0.6.1 -> 0.6.5 - gh-action-pypi-publish 1.8.11 -> 1.10.1 --- .github/workflows/build_and_test.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 22d162d9332..d3128b6cb05 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -156,4 +156,4 @@ jobs: find artifacts -name "*.whl" -exec mv '{}' dist/ \; - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.10.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1081e39d0fc..494f1a3b809 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: exclude: test-data/eclipse/parse/ERROR.PRT # exact format is needed for testing - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.5 hooks: - id: ruff args: [ --fix ]