Fix ruff error of f601 (#6765)

This commit is contained in:
Xiaodong Hu 2023-09-04 22:47:46 +09:00 committed by GitHub
parent a204b19e43
commit d05f7747f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@ class SecurityRule:
"all": "-1",
"-1": "-1",
"tCp": "tcp",
"6": "tcp",
"UDp": "udp",
"17": "udp",
"ALL": "-1",
"icMp": "icmp",
"1": "icmp",

View File

@ -1 +1 @@
ignore = ["E501", "E721", "E741", "F601"]
ignore = ["E501", "E721", "E741"]