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: