* Lint and format with ruff, check types with mypy * Fix mypy checks * Update CI * Remove shebangs * Ignore EXE rules * Fix EOL * Fix mypy for 3.7 * Fix CI * Fix CI * Ensure filelock path exists * ci: various ci fixes (#500) --------- Co-authored-by: Arsenii es3n1n <me@es3n.in>
3 lines
55 B
INI
3 lines
55 B
INI
[mypy]
|
|
packages = scdl, tests
|
|
check_untyped_defs = true |