From f5a6aa2cbf52226c8d4791403549f9858d2950fb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 15 Jan 2025 15:07:24 +0100 Subject: [PATCH] bandit no longer includes B410 lxml check https://github.com/PyCQA/bandit/pull/1212 --- .bandit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bandit b/.bandit index cc5017da..3dc1625b 100644 --- a/.bandit +++ b/.bandit @@ -1,3 +1,3 @@ [bandit] -skips: B110,B404,B408,B410,B603,B607 +skips: B110,B404,B408,B603,B607 targets: .