Skip to content

Commit 94de753

Browse files
pre-commit-ci[bot]Copilotnstarman
authored
[pre-commit.ci] pre-commit autoupdate (#136)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
1 parent 02d64b8 commit 94de753

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- windows: py311-test-alldeps
6060
# - macos: py311-test-alldeps # TODO: https://github.com/OpenAstronomy/github-actions-workflows/issues/197
6161
62-
conda: true
62+
conda: false
6363
coverage: codecov
6464
fail-fast: true
6565
secrets:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: text-unicode-replacement-char
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.14.10"
36+
rev: "v0.15.9"
3737
hooks:
3838
- id: ruff
3939
args:
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies: [black]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.19.1"
50+
rev: "v1.20.0"
5151
hooks:
5252
- id: mypy
5353
args:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ deps =
6363
extras =
6464
test: test
6565
alldeps: all
66-
alldeps: test_all
66+
alldeps: test
6767

6868
commands =
6969
pip freeze

0 commit comments

Comments
 (0)