Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update pylint settings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
  • Loading branch information
dependabot[bot] and MartinHjelmare authored Dec 26, 2024
1 parent 8391c27 commit 3d1de57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ score=no

disable=
locally-disabled,

[DESIGN]
max-positional-arguments=7
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.10.0
flake8==7.1.1
flake8-docstrings==1.7.0
pylint==3.2.7
pylint==3.3.3

0 comments on commit 3d1de57

Please sign in to comment.