Skip to content

Commit

Permalink
Adding config for pylint - ignoring check for unpacking parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Jan 29, 2024
1 parent 3de4055 commit bc271be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/linters/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,8 @@ disable=raw-checker-failed,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead
use-symbolic-message-instead,
E1120

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/super_linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ jobs:
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_MYPY: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ../linters

0 comments on commit bc271be

Please sign in to comment.