Skip to content

Commit

Permalink
Bump pylint from 2.10.2 to 2.12.2 in /python (signalfx#2025)
Browse files Browse the repository at this point in the history
* 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](pylint-dev/pylint@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] <[email protected]>

* Ignore consider-using-f-string

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jcheng-splunk <[email protected]>
  • Loading branch information
dependabot[bot] and jeffreyc-splunk authored Dec 14, 2021
1 parent efcfacc commit 126b5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==21.12b0
pylint==2.10.2
pylint==2.12.2

0 comments on commit 126b5a1

Please sign in to comment.