From 2867d74504c19d0e77a4bab1ced957bafa772d32 Mon Sep 17 00:00:00 2001 From: Ewald de Wit Date: Fri, 28 Jul 2023 11:30:13 +0200 Subject: [PATCH] v1.5.7 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 80c15b9..9a00f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,4 +29,4 @@ py_modules = nest_asyncio python_requires = >=3.5 [flake8] -ignore = D205,D400,W503 +ignore = D205,D400,W503 \ No newline at end of file