Skip to content

Commit 8deb77f

Browse files
build(deps-dev): Bump pylint from 3.2.7 to 3.3.1 (#707)
* build(deps-dev): Bump pylint from 3.2.7 to 3.3.1 * fix(ci): disable new linting rule for too many positional args --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Avdey <[email protected]>
1 parent 4a7758c commit 8deb77f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ confidence=HIGH
4545
# no Warning level messages displayed, use "--disable=all --enable=classes
4646
# --disable=W".
4747
disable=too-many-arguments,
48+
too-many-positional-arguments,
4849
too-many-public-methods,
4950
too-few-public-methods,
5051
too-many-instance-attributes,

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flit==3.9.0
44
pytest==8.3.3
55
responses==0.25.3
66
python_dotenv==1.0.1
7-
pylint==3.2.7
7+
pylint==3.3.1
88
# code coverage
99
coverage==7.6.1
1010
pytest-cov==5.0.0

0 commit comments

Comments
 (0)