Skip to content

Commit b2932aa

Browse files
build(deps-dev): bump pylint from 2.13.7 to 2.17.4 (#32)
* build(deps-dev): bump pylint from 2.13.7 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.13.7...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: install 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 2618f0f commit b2932aa

File tree

2 files changed

+52
-45
lines changed

2 files changed

+52
-45
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pytest-asyncio = ">=0.18.3,<0.22.0"
2727
pytest-cov = ">=3,<5"
2828
typeguard = "^2.13.3"
2929
docformatter = "^1.4"
30-
pytest-pylint = ">=0.18,<0.20"
30+
pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}
3131
pytest-mypy = ">=0.9.1,<0.11.0"
3232
pydocstyle = "^6.1.1"
3333
pytest-pydocstyle = "^2.3.0"

0 commit comments

Comments
 (0)