chore: use old download buffer size #13
Annotations
6 errors
|
Ruff (A004):
pytailwindcss_extra/__main__.py#L1
pytailwindcss_extra/__main__.py:1:17: A004 Import `exit` is shadowing a Python builtin
|
|
Ruff (A004):
pytailwindcss_extra/main.py#L3
pytailwindcss_extra/main.py:3:23: A004 Import `exit` is shadowing a Python builtin
|
|
Ruff Lint
Process completed with exit code 1.
|
|
Pyright:
pytailwindcss_extra/main.py#L16
Type "str | None" is not assignable to declared type "Path"
Type "str | None" is not assignable to type "Path"
"str" is not assignable to "Path" (reportAssignmentType)
|
|
Pyright
1 error
|
|
Test (macos-latest)
Process completed with exit code 1.
|