Skip to content

Commit aed28fd

Browse files
RDCIST-3884: precommit fix
1 parent 0feca13 commit aed28fd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @OutSystems/data-fabric-clients
1+
* @OutSystems/data-fabric-clients

.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Conventions: <jira-issue>: <subject>
1818
- [ ] Breaking Change
1919
- [ ] Behavioral breaking change
2020
- [ ] Refactor (big refactor on a sensitive asset )
21-
- [ ] Requires revision on public documentation
21+
- [ ] Requires revision on public documentation

.github/workflows/validate-pr-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
check-label:
99
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-labels.yaml@59bd1315cfd3558f93edff0a994430dab78812fa #v2.0.7
1010
with:
11-
validate-semVer: false
11+
validate-semVer: false

.github/workflows/validate-pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
build:
99
uses: OutSystems/rd.github-reusable-workflows/.github/workflows/validate-pr-title.yaml@59bd1315cfd3558f93edff0a994430dab78812fa
1010
with:
11-
validate-semVer: false
11+
validate-semVer: false

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ assembly-file-versioning-scheme: MajorMinorPatch
44
branches: {}
55
ignore:
66
sha: []
7-
merge-message-formats: {}
7+
merge-message-formats: {}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ test: lint
2121

2222
coverage:
2323
@echo "🏠 Run coverage"
24-
uv run pytest tests --cov=outsystems tests --cov-config .coveragerc --cov-report=html:coverage --cov-report=xml --cov-report=term
24+
uv run pytest tests --cov=outsystems tests --cov-config .coveragerc --cov-report=html:coverage --cov-report=xml --cov-report=term

cicd/azure-pipeline-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3636
SkipIntegrationTests: true
3737
PythonVersion: 3.12
38-
PackageManager: "uv"
38+
PackageManager: "uv"

cicd/azure-pipeline-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
SonarCloudCoverageExclusionList: "tests/**/*,examples/**/*,scripts/*"
3030
SkipIntegrationTests: true
3131
PythonVersion: 3.12
32-
PackageManager: "uv"
32+
PackageManager: "uv"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ name = "rd-ai-common-artifacts"
220220
url = "https://pkgs.dev.azure.com/OutSystemsRD/d3b98e14-22a9-4c84-96ca-89f05dd57f01/_packaging/rd-ai-common-artifacts/pypi/simple/"
221221
publish-url = "https://pkgs.dev.azure.com/OutSystemsRD/d3b98e14-22a9-4c84-96ca-89f05dd57f01/_packaging/rd-ai-common-artifacts/pypi/upload/"
222222
explicit = true
223-
authenticate = "always"
223+
authenticate = "always"

0 commit comments

Comments
 (0)