Skip to content

Commit f162c13

Browse files
authored
Update to pylint 3.0.0 (#339)
1 parent 30b533b commit f162c13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ignore-comments=yes
141141
ignore-docstrings=yes
142142

143143
# Imports are removed from the similarity computation
144-
ignore-imports=no
144+
ignore-imports=yes
145145

146146
# Signatures are removed from the similarity computation
147147
ignore-signatures=no
@@ -485,7 +485,7 @@ valid-metaclass-classmethod-first-arg=cls
485485
ignored-parents=
486486

487487
# Maximum number of arguments for function / method.
488-
max-args=5
488+
max-args=10
489489

490490
# Maximum number of attributes for a class (see R0902).
491491
max-attributes=7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ isort==5.12
2020
pydocstyle==6.3
2121
mypy==1.4.1
2222
mypy-extensions==1.0
23-
pylint~=2.17.5
23+
pylint~=3.0.0

0 commit comments

Comments
 (0)