From f5be286574324a918eb747b87e4e8c390b0c9de7 Mon Sep 17 00:00:00 2001 From: Chris Woodward Date: Tue, 8 Aug 2023 11:29:39 +0200 Subject: [PATCH 1/2] MLP-443 | Bump python-arango --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12189ca..61afea7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "requests>=2.27.1", "rich>=12.5.1", "pandas>=1.3.5", - "python-arango>=7.4.1", + "python-arango>=7.6.0", "torch>=1.12.0", "torch-sparse>=0.6.14", "torch-scatter>=2.0.9", From 3af4df5badd72dcccfffcba615d7812ee6af43df Mon Sep 17 00:00:00 2001 From: Chris Woodward Date: Tue, 8 Aug 2023 12:06:00 +0200 Subject: [PATCH 2/2] removes E721 overzealous instance checking rule --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a91261b..1170e3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ profile = black [flake8] max-line-length = 88 -extend-ignore = E203, E741, W503, E731 +extend-ignore = E203, E741, W503, E731, E721 exclude =.git .idea .*_cache dist venv [mypy]