Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit e54f4bf

Browse files
Add line endings to files
1 parent 08c5f8d commit e54f4bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eel/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
Callable[..., Any], JinjaEnvironmentT
2626
]
2727
]
28-
]
28+
]

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ ignore_missing_imports = True
3333
ignore_missing_imports = True
3434

3535
[mypy-PyInstaller.__main__]
36-
ignore_missing_imports = True
36+
ignore_missing_imports = True

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ deps =
2727
-r requirements-typecheck.txt
2828
-r requirements-test.txt
2929
commands =
30-
mypy --strict {posargs:eel}
30+
mypy --strict {posargs:eel}

0 commit comments

Comments
 (0)