From eab14aa0c2e623b3d0b774cd775e705fb6997313 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Thu, 26 Sep 2024 13:03:57 +0200 Subject: [PATCH] Chore: Bump Copier template --- .copier-answers.yml | 2 +- .pylintrc | 3 ++- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 250b7fa..15ffac3 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # Changes here will be overwritten by Copier -_commit: 0.1.61 +_commit: 0.1.63 _src_path: git@bbpgitlab.epfl.ch:neuromath/python-template.git author_email: '' author_name: Blue Brain Project, EPFL diff --git a/.pylintrc b/.pylintrc index 3260a86..915049e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,8 +7,9 @@ disable= len-as-condition, no-else-return, too-many-arguments, - too-many-return-statements, too-many-branches, + too-many-positional-arguments, + too-many-return-statements, too-many-statements [FORMAT] diff --git a/setup.py b/setup.py index 22579b1..0951c75 100644 --- a/setup.py +++ b/setup.py @@ -47,8 +47,8 @@ "morph_tool>=2.11.1,<3.0", "pytest>=7", "pytest-console-scripts>=1.4", - "pytest-cov>=3", - "pytest-html>=2", + "pytest-cov>=4.1", + "pytest-html>=3.2", "pytest-xdist>=2", ]