Skip to content

Commit

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

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

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

reinclude pylint invalid-name checker
  • Loading branch information
dependabot[bot] authored and felixrindt committed Oct 4, 2023
1 parent 3950612 commit c79e49f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 82 deletions.
93 changes: 12 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ coverage = "^6.4"
coveralls = "^3.3.1"
django-coverage-plugin = "^2.0.1"
isort = "^5.10.1"
pylint = "^2.15.9"
pylint = ">=3.0.0,<4.0.0"
autoflake = ">=1.6,<3.0"
Sphinx = ">=7.1.2,<8.0.0"
sphinx-rtd-theme = "^1.0.0"
Expand Down

0 comments on commit c79e49f

Please sign in to comment.