Skip to content

Commit

Permalink
lint: pin astroid version (#8323)
Browse files Browse the repository at this point in the history
See pylint-dev/pylint#7488. Pylint is failing on our codebase.
  • Loading branch information
skshetry committed Sep 19, 2022
1 parent 853a918 commit 7e93fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -125,6 +125,8 @@ tests =
pylint==2.15.2
# we use this to suppress pytest-related false positives in our tests.
pylint-pytest==1.1.2
# see https://github.com/PyCQA/pylint/issues/7488
astroid==2.12.9
# we use this to suppress some messages in tests, eg: foo/bar naming,
# and, protected method calls in our tests
pylint-plugin-utils==0.7
Expand Down

0 comments on commit 7e93fc8

Please sign in to comment.