Skip to content

Commit

Permalink
Merge pull request #683 from slayoo/freezing
Browse files Browse the repository at this point in the history
bump examples req; TODO label
  • Loading branch information
slayoo authored Nov 11, 2021
2 parents 53e2bcc + 6b9a929 commit 938ceba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
2 changes: 1 addition & 1 deletion test-time-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 938ceba

Please sign in to comment.