Skip to content

Commit 3817ac9

Browse files
build(deps-dev): bump pylint from 2.15.6 to 2.17.4 (#95)
* build(deps-dev): bump pylint from 2.15.6 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.15.6...v2.17.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update to unreleased pytest-pylint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Knell <contact@danielknell.co.uk>
1 parent 0a1d175 commit 3817ac9

File tree

2 files changed

+30
-19
lines changed

2 files changed

+30
-19
lines changed

poetry.lock

Lines changed: 26 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python = "^3.10"
1616

1717
[tool.poetry.dev-dependencies]
1818
shed = "^2023.6.1"
19-
pylint = "^2.15.6"
19+
pylint = "^2.17.4"
2020
mypy = "^1.4"
2121
pytest = "^7.4.0"
2222
pytest-cov = "^4.1.0"
@@ -29,6 +29,9 @@ pytest-pydocstyle = "^2.3.2"
2929
pyenchant = "^3.2.2"
3030
hypothesis = "^6.81.0"
3131

32+
[tool.poetry.group.dev.dependencies]
33+
pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}
34+
3235
[build-system]
3336
requires = ["poetry-core>=1.0.0"]
3437
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)