From ca49f69a4917e7df458d3242e3f0d829d02e6c36 Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Mon, 11 Jul 2022 16:10:18 +0530 Subject: [PATCH] fix: sider config --- .flake8 | 2 +- .github/helper/.flake8_strict | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 4b852abd7c..1828084a49 100644 --- a/.flake8 +++ b/.flake8 @@ -34,4 +34,4 @@ ignore = E101, # ensured by use of black max-line-length = 200 -exclude=.github/helper/semgrep_rules +exclude=.github/helper/semgrep_rules \ No newline at end of file diff --git a/.github/helper/.flake8_strict b/.github/helper/.flake8_strict index 4be8ee0a06..64539b29bb 100644 --- a/.github/helper/.flake8_strict +++ b/.github/helper/.flake8_strict @@ -66,6 +66,7 @@ ignore = F841, E713, E712, + B023 max-line-length = 200