Skip to content

Commit 1a32eee

Browse files
authored
Merge branch 'main' into healpix-hotfix
2 parents 6a39913 + 30a534b commit 1a32eee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v5.5.0
13+
uses: actions/setup-python@v5.6.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Set up Python
37-
uses: actions/setup-python@v5.5.0
37+
uses: actions/setup-python@v5.6.0
3838
with:
3939
python-version: '3.x'
4040
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: v0.11.6
17+
rev: v0.11.7
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff

0 commit comments

Comments
 (0)