Skip to content

Commit 9870532

Browse files
committed
Migrate to pyproject.toml
1 parent f5f54f1 commit 9870532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run flake8
2929
shell: bash
3030
run: |
31-
flake8
31+
poetry run flake8
3232
3333
test:
3434
needs: [ lint ]

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)