Skip to content

Commit

Permalink
adjust pylint version
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyun210603 committed Nov 4, 2023
1 parent ab3a6bb commit 47a1ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_version(rel_path: str) -> str:
"wheel",
"setuptools",
"black",
"pylint<3.0.0",
"pylint==2.17.5",
# Using the latest versions(0.981 and 0.982) of mypy,
# the error "multiprocessing.Value()" is detected in the file "qlib/rl/utils/data_queue.py",
# If this is fixed in a subsequent version of mypy, then we will revert to the latest version of mypy.
Expand Down

0 comments on commit 47a1ac1

Please sign in to comment.