From 6b9a929682c544c236a5af584d974448b581bcf2 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 11 Nov 2021 15:23:30 -0600 Subject: [PATCH] bump examples req; TODO label --- .github/workflows/pylint.yml | 1 + test-time-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index e1f7bb892c..0047db7dba 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -26,4 +26,5 @@ jobs: pip install -r test-time-requirements.txt - name: Analysing the code with pylint run: | + # TODO #682 pylint --disable=fixme,invalid-name,missing-function-docstring,missing-class-docstring,missing-module-docstring,too-many-arguments,too-many-locals,too-many-instance-attributes,too-few-public-methods,protected-access,too-many-statements,unused-argument,duplicate-code,too-many-branches,cyclic-import $(git ls-files '*.py') diff --git a/test-time-requirements.txt b/test-time-requirements.txt index 79a01934ec..d49569ae82 100644 --- a/test-time-requirements.txt +++ b/test-time-requirements.txt @@ -4,4 +4,4 @@ ghapi pytest # note: if cloning both PySDM and PySDM examples, consider "pip install -e" -PySDM-examples @ git+git://github.com/slayoo/PySDM-examples@9e27e8b#egg=PySDM-examples +PySDM-examples @ git+git://github.com/slayoo/PySDM-examples@81a9bed#egg=PySDM-examples