Skip to content

Commit 19717c6

Browse files
chore(deps-dev): bump pylint from 2.14.3 to 2.17.4 (#50)
* chore(deps-dev): bump pylint from 2.14.3 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.14.3...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 1dbc387 commit 19717c6

File tree

2 files changed

+109
-42
lines changed

2 files changed

+109
-42
lines changed

poetry.lock

Lines changed: 108 additions & 41 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
@@ -25,7 +25,7 @@ pytest = "^7.1.1"
2525
pytest-cov = ">=3,<5"
2626
typeguard = "^2.13.3"
2727
docformatter = "^1.4"
28-
pytest-pylint = ">=0.18,<0.20"
28+
pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}
2929
pytest-mypy = ">=0.9.1,<0.11.0"
3030
pydocstyle = "^6.1.1"
3131
pytest-pydocstyle = "^2.3.0"

0 commit comments

Comments
 (0)