Skip to content

Commit 0c8cae2

Browse files
committed
Fix CI
1 parent d9fcbc4 commit 0c8cae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: '3.10'
1414
- uses: psf/black@stable
1515
with:
16-
args: ". --check"
16+
options: ". --check"
1717
version: "25.9.0"
1818
- uses: jpetrucciani/mypy-check@master
1919
with:

0 commit comments

Comments
 (0)