#1715 - Moved IPv4Address conversions to the NIC init. Mak wake_on_lan not optional. Ignored ANN002 and ANN003 in .flake8 so we don't get silly 'ANN002 Missing type annotation for *args' and 'ANN003 Missing type annotation for **kwargs' flake8 failures

This commit is contained in:
Chris McCarthy
2023-08-01 10:32:16 +01:00
parent 557caeaac4
commit 8785089a1c
3 changed files with 18 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ extend-ignore =
E712
D401
F811
ANN002
ANN003
ANN101
ANN102
exclude =