Skip to content

Commit

Permalink
Disable pylint ovito import errors and non-top-level import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 committed Nov 16, 2021
1 parent 5ef7bc0 commit 0b23e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(find . -name "*.py" | xargs)
pylint -d C0415,E0611,E0401 $(find . -name "*.py" | xargs)

0 comments on commit 0b23e76

Please sign in to comment.