Skip to content

Commit

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

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

* Update pylint config

---------

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 Nov 25, 2024
1 parent 47b8e5a commit cb7c055
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 @@ -23,3 +23,4 @@ disable=

max-args=9
max-attributes=9
max-positional-arguments=9
2 changes: 1 addition & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.10.0
flake8==7.1.1
mypy==1.13.0
pylint==3.2.7
pylint==3.3.1

0 comments on commit cb7c055

Please sign in to comment.