diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0ac819a..fc1a209 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -57,7 +57,7 @@ jobs: - linux: py39-test-oldestdeps-alldeps-cov-clocale # Platform test - windows: py311-test-alldeps - - macos: py311-test-alldeps + # - macos: py311-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 b932e42..18061c2 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 @@ -33,14 +33,14 @@ repos: - id: text-unicode-replacement-char - 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/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black additional_dependencies: [toml] @@ -52,7 +52,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.10.0" hooks: - id: mypy args: