From cf18e8d807bf4a9ebff512fd8756737c52991d1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:39:11 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#81) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) * tmp: rm mac tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Starkman --- .github/workflows/ci-cron-tests.yml | 4 ++-- .github/workflows/ci-tests.yml | 2 +- .pre-commit-config.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-cron-tests.yml b/.github/workflows/ci-cron-tests.yml index edf520b..a646821 100644 --- a/.github/workflows/ci-cron-tests.yml +++ b/.github/workflows/ci-cron-tests.yml @@ -29,8 +29,8 @@ jobs: - linux: py310-test - linux: py311-test - macos: py39-test - - macos: py310-test - - macos: py311-test + # - macos: py310-test # TODO: https://github.com/OpenAstronomy/github-actions-workflows/issues/197 + # - macos: py311-test - windows: py39-test - windows: py310-test - windows: py311-test diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index e5048dd..ed75b69 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -48,7 +48,7 @@ jobs: toxargs: '-v --develop' - linux: py311-test-cov - windows: py310-test-alldeps - - macos: py310-test-alldeps + # - macos: py310-test-alldeps # TODO: https://github.com/OpenAstronomy/github-actions-workflows/issues/197 conda: true coverage: codecov diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e92cee..f717533 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -35,7 +35,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black additional_dependencies: [toml] @@ -43,14 +43,14 @@ repos: additional_dependencies: [toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.5' + rev: 'v0.4.3' hooks: - id: ruff args: - --fix - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.9.0' + rev: 'v1.10.0' hooks: - id: mypy args: