summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-02-18 13:01:40 +0530
committerSunil Shetye2025-02-18 13:01:40 +0530
commit7f93753167fae9a8a5e9d083f90931b5884e13e9 (patch)
tree369eb91f08468bb557f626f6212d090b932bc33e
parent0a733ce2149c38dd84d34962af2fa12c8d665cf2 (diff)
downloadCommon-Interface-Project-7f93753167fae9a8a5e9d083f90931b5884e13e9.tar.gz
Common-Interface-Project-7f93753167fae9a8a5e9d083f90931b5884e13e9.tar.bz2
Common-Interface-Project-7f93753167fae9a8a5e9d083f90931b5884e13e9.zip
increase complexity for methods having yield in them
-rw-r--r--blocks/.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/.flake8 b/blocks/.flake8
index 526673c0..26f8c94e 100644
--- a/blocks/.flake8
+++ b/blocks/.flake8
@@ -5,5 +5,5 @@
#ignore = E121,E123,E126,E226,E24,E704,W503,W504
ignore = F401,F403,W504
extend-exclude = docs,env*,migrations,node_modules,Xcos/common,Xcos/blocks,Xcos/ports,Xcos/links
-max-complexity = 12
+max-complexity = 14
max-line-length = 275