Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi89999 committed Jan 13, 2025
1 parent f066975 commit 4dd5a76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ignore_missing_imports = True

[mypy-validators.*]
ignore_missing_imports = True

[mypy-spf.*]
ignore_missing_imports = True
1 change: 1 addition & 0 deletions app/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ async def check_domain_api(request: Request, domain: str) -> ScanAPICallResult:
from_domain=domain,
dkim_domain=None,
message=None,
message_sender_ip=None,
message_timestamp=None,
nameservers=Config.Network.NAMESERVERS,
language=Language(Config.UI.LANGUAGE),
Expand Down
1 change: 1 addition & 0 deletions app/src/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def scan_domain_job(
from_domain=domain,
dkim_domain=None,
message=None,
message_sender_ip=None,
message_timestamp=None,
nameservers=Config.Network.NAMESERVERS,
language=Language(Config.UI.LANGUAGE),
Expand Down

0 comments on commit 4dd5a76

Please sign in to comment.