[bandit]
skips = B603,B607,B404,B606
# B607: subprocess with partial path? of course we want PATH
# B603: subprocess in general
# B404: subprocess in general
# B606: os.spawn* without shell
