From 126b5a16b867144b43d050c4ae335088cafdf2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:55:35 -0500 Subject: [PATCH] Bump pylint from 2.10.2 to 2.12.2 in /python (#2025) * Bump pylint from 2.10.2 to 2.12.2 in /python Bumps [pylint](https://github.com/PyCQA/pylint) from 2.10.2 to 2.12.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.10.2...v2.12.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Ignore consider-using-f-string Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jcheng-splunk --- python/pylintrc | 1 + python/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pylintrc b/python/pylintrc index 110fced8d7..2a6709c150 100644 --- a/python/pylintrc +++ b/python/pylintrc @@ -137,6 +137,7 @@ disable=print-statement, missing-docstring, fixme, duplicate-code, + consider-using-f-string, bad-continuation, # We use black so this shouldn't ever be relevant useless-object-inheritance # This project still uses py2 so this isn't useful diff --git a/python/test-requirements.txt b/python/test-requirements.txt index 9354fc072c..23a5fea26e 100644 --- a/python/test-requirements.txt +++ b/python/test-requirements.txt @@ -1,2 +1,2 @@ black==21.12b0 -pylint==2.10.2 \ No newline at end of file +pylint==2.12.2 \ No newline at end of file