Skip to content

Commit 46dc809

Browse files
dependabot[bot]masc2023Copilot
authored
chore(pre-commit): bump https://github.com/eclipse-score/tooling from 9baca712bb4d23fcb9b09c62aa38ddf9c9a038ee to 991cc658a4627251118f8241b00ffb1a3b1f0ab7 in the pre-commit group (#127)
* chore(pre-commit): bump https://github.com/eclipse-score/tooling Bumps the pre-commit group with 1 update: [https://github.com/eclipse-score/tooling](https://github.com/eclipse-score/tooling). Updates `https://github.com/eclipse-score/tooling` from 9baca712bb4d23fcb9b09c62aa38ddf9c9a038ee to 991cc658a4627251118f8241b00ffb1a3b1f0ab7 - [Release notes](https://github.com/eclipse-score/tooling/releases) - [Commits](eclipse-score/tooling@9baca71...991cc65) --- updated-dependencies: - dependency-name: https://github.com/eclipse-score/tooling dependency-version: 991cc658a4627251118f8241b00ffb1a3b1f0ab7 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com> * fix: add rapidfuzz dependency for copyright pre-commit hook Co-authored-by: masc2023 <142009492+masc2023@users.noreply.github.com> * fix: make pre-commit copyright hook work in CI Co-authored-by: masc2023 <142009492+masc2023@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Schu <markus.schu@accenture.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: masc2023 <142009492+masc2023@users.noreply.github.com>
1 parent 29c1ab5 commit 46dc809

4 files changed

Lines changed: 28 additions & 26 deletions

File tree

.github/workflows/on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: 📥 Check out
3030
uses: actions/checkout@v7
3131
- name: 🛠️ Install pre-commit
32-
run: pip install pre-commit
32+
run: pip install pre-commit rapidfuzz
3333
- name: ✅ Run pre-commit
3434
run: pre-commit run --all-files

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
exclude: MODULE.bazel.lock
2525

2626
- repo: https://github.com/eclipse-score/tooling
27-
rev: 9baca712bb4d23fcb9b09c62aa38ddf9c9a038ee
27+
rev: 991cc658a4627251118f8241b00ffb1a3b1f0ab7
2828
hooks:
2929
- id: copyright
3030
args: [--exclusion-file, /dev/null]

score/component_example/docs/detailed_design/dd_example_ex_dyn.puml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
' *******************************************************************************
2+
' Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
'
4+
' See the NOTICE file(s) distributed with this work for additional
5+
' information regarding copyright ownership.
6+
'
7+
' This program and the accompanying materials are made available under the
8+
' terms of the Apache License Version 2.0 which is available at
9+
' https://www.apache.org/licenses/LICENSE-2.0
10+
'
11+
' SPDX-License-Identifier: Apache-2.0
12+
' *******************************************************************************
13+
114
/'
2-
# *******************************************************************************
3-
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4-
#
5-
# See the NOTICE file(s) distributed with this work for additional
6-
# information regarding copyright ownership.
7-
#
8-
# This program and the accompanying materials are made available under the
9-
# terms of the Apache License Version 2.0 which is available at
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# SPDX-License-Identifier: Apache-2.0
13-
# *******************************************************************************
1415
'/
1516

1617
@startuml dd_example_ex_dyn

score/component_example/docs/detailed_design/dd_example_ex_sta.puml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
' *******************************************************************************
2+
' Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
'
4+
' See the NOTICE file(s) distributed with this work for additional
5+
' information regarding copyright ownership.
6+
'
7+
' This program and the accompanying materials are made available under the
8+
' terms of the Apache License Version 2.0 which is available at
9+
' https://www.apache.org/licenses/LICENSE-2.0
10+
'
11+
' SPDX-License-Identifier: Apache-2.0
12+
' *******************************************************************************
13+
114
/'
2-
# *******************************************************************************
3-
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4-
#
5-
# See the NOTICE file(s) distributed with this work for additional
6-
# information regarding copyright ownership.
7-
#
8-
# This program and the accompanying materials are made available under the
9-
# terms of the Apache License Version 2.0 which is available at
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# SPDX-License-Identifier: Apache-2.0
13-
# *******************************************************************************
1415
'/
1516

1617
@startuml dd_example_ex_sta

0 commit comments

Comments
 (0)