Skip to content

Commit

Permalink
ci: set astroid version==2.5.2 to fix pylint false positive
Browse files Browse the repository at this point in the history
related issue:

pylint-dev/pylint#4334

PR Closed: #374
  • Loading branch information
zhen.chen authored and AChenQ committed Apr 12, 2021
1 parent 2f5291a commit 8f8efcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ulid-py

# linter
pre-commit
pylint==2.7.2
pylint==2.7.4
astroid==2.5.2

# test
pytest==6.2.2
Expand Down

0 comments on commit 8f8efcc

Please sign in to comment.