Skip to content

Commit 4b77525

Browse files
maint: reactivate pre-commit hook (#909)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 367892a commit 4b77525

File tree

111 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+114
-114
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ repos:
4949
- id: check-yaml
5050
- id: trailing-whitespace
5151

52-
# - repo: https://github.com/ansys/pre-commit-hooks
53-
# rev: v0.2.2
54-
# hooks:
55-
# - id: add-license-headers
52+
- repo: https://github.com/ansys/pre-commit-hooks
53+
rev: v0.2.4
54+
hooks:
55+
- id: add-license-headers
5656

5757
# this validates our github workflow files
5858
- repo: https://github.com/python-jsonschema/check-jsonschema

doc/source/getting_started/docker/linux_container.rst

Lines changed: 1 addition & 1 deletion

src/ansys/geometry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/geometry/core/connection/local_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

0 commit comments

Comments
 (0)