diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index da9bc2c7f9..962740c08b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -17,7 +17,7 @@ on: env: DOCKER_IMAGE_NAME: ghcr.io/ansys/prime - DOCKER_IMAGE_TAG: '26.1.3' + DOCKER_IMAGE_TAG: '26.1.5' MAIN_PYTHON_VERSION: '3.14' PACKAGE_NAME: 'ansys-meshing-prime' PACKAGE_NAMESPACE: 'ansys.meshing.prime' @@ -54,6 +54,7 @@ jobs: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} python-package-name: ${{ env.PACKAGE_NAME }} dev-mode: ${{ github.ref != 'refs/heads/main' }} + hide-log: false style: name: Code style diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d51379195..cab7e3ecd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,12 +46,13 @@ repos: rev: 6.3.0 hooks: - id: pydocstyle - additional_dependencies: [toml] + additional_dependencies: [toml, tomli] exclude: "tests/|examples/|__init__.py" - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.2.8 + rev: v0.8.0 hooks: - id: add-license-headers + files: '((src|examples|tests|docker)/.*\.py)|\.(proto)' args: - - LICENSE \ No newline at end of file + - --start_year=2026 \ No newline at end of file diff --git a/LICENSE b/LICENSE index 4f5b90e25a..412bb01598 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2026 Synopsys, Inc. and ANSYS, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index b05b34af0a..37d34fe7c3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,5 @@