Skip to content

Commit c5d4caa

Browse files
Bump pylint from 3.2.7 to 3.3.1 (#907)
* Bump pylint from 3.2.7 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruslan Sayfutdinov <[email protected]>
1 parent 2dc9e1b commit c5d4caa

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ isort = "^5.13.2"
2525
mypy = "^1.13"
2626
pre-commit = "^4.0.1"
2727
PyGithub = "^2.4"
28-
pylint = "^3.2.7"
28+
pylint = "^3.3.1"
2929
types-requests = "<2.31.0.7"
3030
voluptuous-stubs = "^0.1.1"
3131

@@ -40,6 +40,7 @@ disable = [
4040
"too-many-arguments",
4141
"too-many-instance-attributes",
4242
"too-many-locals",
43+
"too-many-positional-arguments",
4344
]
4445

4546
[tool.pylint.format]

0 commit comments

Comments
 (0)