We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200d293 commit 9683e37Copy full SHA for 9683e37
tests/failing_tests/undeclared_values.py
@@ -8,7 +8,7 @@
8
@section("tracepoint/syscalls/sys_enter_execve")
9
def sometag(ctx: c_void_p) -> c_int64:
10
print("test")
11
- print(f"{somevalue}") #type: ignore
+ print(f"{somevalue}") # noqa: F821
12
return c_int64(1)
13
14
@bpf
0 commit comments