Set flake8 F errors to hint security

This commit is contained in:
2023-09-15 22:35:55 +02:00
parent 189e13a46b
commit a83891c675
+1 -1
View File
@@ -67,7 +67,7 @@ return {
E = "error",
W = "warning",
B = "hint",
F = "error",
F = "hint",
D = "info",
},
},