Skip to content

Commit efbc5a9

Browse files
committed
fix: update pylint version and add new linting rule for positional arguments
1 parent a3461fe commit efbc5a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/pylint
13-
rev: v2.13.7
13+
rev: v3.3.7
1414
hooks:
1515
- id: pylint
1616
additional_dependencies: [toml]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ disable = [
7474
"too-many-branches",
7575
"too-many-statements",
7676
"too-many-arguments",
77+
"too-many-positional-arguments",
7778
"too-few-public-methods",
7879
]

0 commit comments

Comments
 (0)