Skip to content

Commit

Permalink
Bump pylint from 2.17.4 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 3.0.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.4...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 20a5b60 commit d64c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pre-commit = [
"pre-commit==3.3.3",
"yapf==0.33.0",
"pylint==1.9.4; python_version<'3.0'",
"pylint==2.17.4; python_version>='3.0'",
"pylint==3.0.2; python_version>='3.0'",
]
testing = [
"pgtest >= 1.3.0",
Expand Down

0 comments on commit d64c4b0

Please sign in to comment.