Skip to content

Commit

Permalink
ci: Update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Oct 2, 2024
1 parent efaa270 commit 4406419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/pycqa/pylint
rev: v3.2.7
rev: v3.3.1
hooks:
- id: pylint # Use pylintrc file in repository
name: Check for Linting error on Python files
Expand Down
2 changes: 1 addition & 1 deletion j2lint/linter/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
rule: Rule,
message: str | None = None,
) -> None:
# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments,too-many-positional-arguments
self.line_number = line_number
self.line = line
self.filename = filename
Expand Down

0 comments on commit 4406419

Please sign in to comment.