Skip to content

Commit 5f0924c

Browse files
committed
Update CI
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 10b4df9 commit 5f0924c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Validate
2626
run: |
2727
isort --check-only src/ tests/
28-
black --check --line-length 100 .
28+
black --check --line-length 100 src/ tests/
2929
mypy
3030
3131
build-and-test:

0 commit comments

Comments
 (0)