Skip to content

Commit 3df8210

Browse files
chore: update pre-commit hooks (#221)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.5...v0.14.8) * Update macOS versions in GitHub Actions workflow --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent 72dba3b commit 3df8210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-13]
42+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
4343

4444
steps:
4545
- uses: actions/checkout@v5

.pre-commit-config.yaml

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

3636
# Lints code
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.5"
38+
rev: "v0.14.8"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)