Skip to content

Commit 5457cb9

Browse files
precommit fixes
1 parent 7dc48fb commit 5457cb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -19,4 +19,4 @@ Conventions: <jira-issue>: <subject>
1919
- [ ] Behavioral breaking change
2020
- [ ] Breaks existent APIs
2121
- [ ] Refactor (big refactor on a sensitive asset )
22-
- [ ] Requires revision on public documentation
22+
- [ ] Requires revision on public documentation

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

0 commit comments

Comments
 (0)