Skip to content

Commit 938ceba

Browse files
authored
Merge pull request #683 from slayoo/freezing
bump examples req; TODO label
2 parents 53e2bcc + 6b9a929 commit 938ceba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
pip install -r test-time-requirements.txt
2727
- name: Analysing the code with pylint
2828
run: |
29+
# TODO #682
2930
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')

test-time-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ghapi
44
pytest
55

66
# note: if cloning both PySDM and PySDM examples, consider "pip install -e"
7-
PySDM-examples @ git+git://github.com/slayoo/PySDM-examples@9e27e8b#egg=PySDM-examples
7+
PySDM-examples @ git+git://github.com/slayoo/PySDM-examples@81a9bed#egg=PySDM-examples

0 commit comments

Comments
 (0)