Skip to content

Commit

Permalink
adapt pylint command
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w-feldmann committed Sep 20, 2024
1 parent 197ec13 commit 0eeb833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint -d C0301,R0913,W1202 $(git ls-files '*.py') --ignored-modules "rdkit"
pylint -d C0301,R0913,W1202 $(git ls-files '*.py') --ignored-modules "rdkit" --max-positional-arguments 10
mypy:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions pylint.rc

This file was deleted.

0 comments on commit 0eeb833

Please sign in to comment.