Skip to content

Commit

Permalink
pin astroid==2.15.6 for pylint false positives (#16414)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Sep 25, 2023
1 parent e120ec4 commit d1b10c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
]

dev_dependencies = [
# pinned for https://github.com/pylint-dev/pylint/issues/9069
"astroid==2.15.6",
"build==0.10.0",
"coverage==7.3.0",
"diff-cover==7.7.0",
Expand Down

0 comments on commit d1b10c6

Please sign in to comment.