Skip to content

Commit 402b395

Browse files
committed
chore: add new lines to end of files
1 parent eb7d3e4 commit 402b395

File tree

9 files changed

+7
-10
lines changed

9 files changed

+7
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ build/*
55
tamr_cloud_sdk.egg-info
66
__pycache__/
77
dist/*
8-
poetry.lock
8+
poetry.lock

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
publishCmd: "poetry install --no-dev && poetry publish -r artifact-registry --build"
1010
- - "@semantic-release/github"
1111
- assets:
12-
- path: "dist/tamr_cloud_sdk*"
12+
- path: "dist/tamr_cloud_sdk*"

install_proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
2929
fi
3030
popd
3131
fi
32-
exit 0
32+
exit 0

jenkins/build/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ podTemplate(
109109
}
110110
}
111111
}
112-
}
112+
}

jenkins/build/scripts/lint-commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ echo "base commit: ${baseCommit}"
1515
git log -1 ${baseCommit}
1616
echo ----------------
1717
npm install -g @commitlint/cli @commitlint/config-conventional
18-
npx commitlint -V --from=${baseCommit}
18+
npx commitlint -V --from=${baseCommit}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ build_command = "pip install poetry && poetry build"
2929

3030
[build-system]
3131
requires = ["poetry-core"]
32-
build-backend = "poetry.core.masonry.api"
32+
build-backend = "poetry.core.masonry.api"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
google-api-python-client==2.126.0
22
grpcio==1.62.2
33
typing_extensions
4-

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ grpc-stubs
22
mypy
33
ruff
44
types-protobuf
5-
types-setuptools
5+
types-setuptools

ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@ split-on-trailing-comma=false
5757

5858
[lint.mccabe]
5959
max-complexity = 6
60-
61-

0 commit comments

Comments
 (0)