Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.1
Browse files Browse the repository at this point in the history
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospri committed Oct 31, 2024
1 parent 38f2e2e commit d032638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip-tools
pip-sync-faster
pylint<3.3
pylint<3.4
pydocstyle
-r tests.txt
-r requirements.txt
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/lint.in
#
astroid==3.2.4
astroid==3.3.4
# via pylint
attrs==23.2.0
# via
Expand Down Expand Up @@ -195,7 +195,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/lint.in
pylint==3.2.7
pylint==3.3.1
# via -r requirements/lint.in
pyopenssl==23.3.0
# via
Expand Down
2 changes: 2 additions & 0 deletions tests/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ disable=invalid-name,
no-value-for-parameter,
redefined-outer-name,
too-few-public-methods,
too-many-positional-arguments,


[REPORTS]
output-format=colorized
Expand Down

0 comments on commit d032638

Please sign in to comment.