Skip to content

Commit bb11e2f

Browse files
committed
Merge branch 'main' into blitz
2 parents ab39ca0 + 0c00cdb commit bb11e2f

31 files changed

+161
-86
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,7 @@ jobs:
200200
name: Windows Core Service
201201
needs: manifests
202202
if: needs.manifests.outputs.skip_core_windows == 0
203-
# runs-on: [self-hosted, Windows, pygeometry]
204-
runs-on: # TODO: Waiting for ansys-network runner to be updated
205-
group: pyansys-self-hosted
206-
labels: [self-hosted, Windows, pygeometry]
203+
runs-on: [self-hosted, Windows, pygeometry]
207204
env:
208205
PYVISTA_OFF_SCREEN: true
209206
steps:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.1
10+
rev: v0.9.3
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
1414

1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.3.0
16+
rev: v2.4.0
1717
hooks:
1818
- id: codespell
1919
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/ansys/pre-commit-hooks
30-
rev: v0.4.4
30+
rev: v0.5.1
3131
hooks:
3232
- id: add-license-headers
3333
args:

doc/changelog.d/1659.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
reverting semver package whitelist since problematic version is yanked

doc/changelog.d/1662.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump numpy from 2.2.1 to 2.2.2

doc/changelog.d/1663.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.30 to 0.4.31

doc/changelog.d/1667.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update

doc/changelog.d/1681.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.31 to 0.4.32

doc/changelog.d/1682.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump panel from 1.5.5 to 1.6.0

doc/changelog.d/1687.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump semver from 3.0.2 to 3.0.4

doc/changelog.d/1691.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable unimplemented tests

0 commit comments

Comments
 (0)