Skip to content

Commit 166c09c

Browse files
committed
removed --check from poetry run black command to allow for auto reformatting
1 parent afc11c3 commit 166c09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: r-lib/actions/setup-pandoc@v2
2525
- name: Linting Checks
2626
run: |
27-
poetry run black --check .
27+
poetry run black .
2828
poetry run isort --check-only in2lambda docs
2929
poetry run pydocstyle --convention=google in2lambda
3030
- name: pytest

0 commit comments

Comments
 (0)