清丶痕 (@Chnja)claude code开放权限设置setting.json的问题请教 中发帖

想请教一下,如果我现在想要cc执行python main.py --boundary --metric > run.log 2>&1命令不请求权限,我应该怎么写setting.json中的allow,我现在写的是 
"Bash(python *)",
"Bash(python * > *)",
"Bash(python * 2>&1*)",
"Bash(python * > * 2>&1)",

但是在运行的时候还是找我请求权限