Skip to content

Commit 849625f

Browse files
committed
Merge branch 'bounds-optimization' of https://github.com/UXARRAY/uxarray into bounds-optimization
2 parents 3f35af6 + 21b4cbf commit 849625f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload code coverage to Codecov
7777
if: github.repository == 'UXARRAY/uxarray'
78-
uses: codecov/codecov-action@v5.4.0
78+
uses: codecov/codecov-action@v5.4.2
7979
env:
8080
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8181
with:

.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.5
17+
rev: v0.11.6
1818
hooks:
1919
- id: ruff
2020
name: lint with ruff

0 commit comments

Comments
 (0)