Skip to content

Commit 7f9f2e1

Browse files
fix(deps-dev): update pylint requirement from 2.15.2 to 2.15.3
Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](pylint-dev/pylint@v2.15.2...v2.15.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7ce886 commit 7f9f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pre-commit = "2.20.0"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
1515
flake8 = "5.0.4"
1616
isort = "5.10.1"
17-
pylint = "2.15.2"
17+
pylint = "2.15.3"
1818
black = "22.8.0"
1919
yamllint = "1.28.0"
2020
# vscode LSP

0 commit comments

Comments
 (0)