Skip to content

Commit 735c958

Browse files
Pin astroid to 2.5.6 for pylint 2.8.3
1 parent 091cb92 commit 735c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project_urls =
4141
[options]
4242
packages = find:
4343
install_requires =
44-
astroid>=2.5.6,<2.7
44+
astroid==2.5.6
4545
isort>=4.2.5,<6
4646
mccabe>=0.6,<0.7
4747
toml>=0.7.1

0 commit comments

Comments
 (0)