Skip to content

Commit 13cad44

Browse files
Bump pylint from 3.2.6 to 3.3.6 (#1247)
* Bump pylint from 3.2.6 to 3.3.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.3.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.6...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * ignore R0917 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ajax146 <[email protected]>
1 parent 462fd04 commit 13cad44

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ disable=C0103,
7575
R0914,
7676
R0915,
7777
R0916,
78+
R0917,
7879
W0201,
7980
W0231,
8081
W0406,

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip = "==24.3.1"
3030
pipenv = "==2024.4.1"
3131
pydantic = "==2.8.2"
3232
pydoclint = "==0.5.6"
33-
pylint = "==3.2.6"
33+
pylint = "==3.3.6"
3434
pynacl = "==1.5.0"
3535
pytest = "==8.3.5"
3636
pytest-asyncio = "==0.26.0"

Pipfile.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)