Skip to content

Commit 27c993b

Browse files
Citoerikwrede
authored andcommitted
Add newlines to make pre-commit happy
1 parent 7bf0aa5 commit 27c993b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: pypa/[email protected]
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Run lint 💅
2020
run: tox
2121
env:
22-
TOXENV: flake8
22+
TOXENV: flake8

0 commit comments

Comments
 (0)