Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.4 (#783)
Browse files Browse the repository at this point in the history
* Bump pylint from 3.2.7 to 3.3.4

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pylint settings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <[email protected]>
  • Loading branch information
dependabot[bot] and MartinHjelmare authored Feb 3, 2025
1 parent 459fb48 commit fbddc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ enable=
[DESIGN]
max-args=7
max-attributes=9
max-positional-arguments=7
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==23.12.1
flake8==7.1.1
flake8-docstrings==1.7.0
pylint==3.2.7
pylint==3.3.4
pylint-strict-informational==0.1

0 comments on commit fbddc5f

Please sign in to comment.