From 95a7d80502cef8b3747ccdafea80b33033103d9a Mon Sep 17 00:00:00 2001 From: coffeedogs Date: Fri, 11 May 2018 13:08:03 +0100 Subject: [PATCH] Revert "Fixed: Codacy should ignore invalid variable/function names for now" This reverts commit a801928df621044170d163b4882924d5c4a4ea16. --- bandit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bandit.yml b/bandit.yml index 2fd71c50..4d24be14 100644 --- a/bandit.yml +++ b/bandit.yml @@ -1,5 +1,4 @@ # Codacy uses Bandit. # Asserts are accepted throughout the project. -# invalid names will be fixed in the future. -skips: ['B101', 'C0103'] +skips: ['B101']