Skip to content

Commit 0e307bf

Browse files
zhen.chenlinjiX
authored andcommitted
ci: set astroid version==2.5.2 to fix pylint false positive
related issue: pylint-dev/pylint#4334 PR Closed: #374
1 parent 60234e7 commit 0e307bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ ulid-py
1515

1616
# linter
1717
pre-commit
18-
pylint==2.7.2
18+
pylint==2.7.4
19+
astroid==2.5.2
1920

2021
# test
2122
pytest==6.2.2

0 commit comments

Comments
 (0)