Skip to content

Commit 7834e7b

Browse files
chore: linting
1 parent 8f8e9c5 commit 7834e7b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uv publish --index sevan-internal-package-index
2828
env:
2929
UV_PUBLISH_USERNAME: ${{ secrets.PACKAGR_USERNAME }}
30-
UV_PUBLISH_PASSWORD: ${{ secrets.PACKAGR_PASSWORD }}
30+
UV_PUBLISH_PASSWORD: ${{ secrets.PACKAGR_PASSWORD }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ select = [
4646

4747
[tool.ruff.lint.per-file-ignores]
4848
"__init__.py" = ["F401"]
49-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# TODO Rename folder to your library name
22

3+
34
def hello_world() -> str:
45
return "Hello from python-library-template!"

0 commit comments

Comments
 (0)