From 11d511dd651bdca2c10b96949ff8e9cb5a6fd8b4 Mon Sep 17 00:00:00 2001
From: Nigel Dokter <mail@nldr.net>
Date: Mon, 10 Jun 2024 16:17:20 +0200
Subject: [PATCH] Update tox.ini

Ignore complexity check
---
 tox.ini | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 59d57e7..8f20f71 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,9 @@ commands=
 [pylama:dsmr_parser/clients/__init__.py]
 ignore = W0611
 
+[pylama:dsmr_parser/clients/socket_.py]
+ignore = C901
+
 [pylama:dsmr_parser/parsers.py]
 ignore = W605
 
@@ -24,4 +27,4 @@ ignore = E501
 max_line_length = 120
 
 [pylama:pycodestyle]
-max_line_length = 120
\ No newline at end of file
+max_line_length = 120