There was an error while loading. Please reload this page.
1 parent 10b4df9 commit 5f0924cCopy full SHA for 5f0924c
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Validate
26
run: |
27
isort --check-only src/ tests/
28
- black --check --line-length 100 .
+ black --check --line-length 100 src/ tests/
29
mypy
30
31
build-and-test:
0 commit comments