XN137 commented on code in PR #6270:
URL: https://github.com/apache/iceberg/pull/6270#discussion_r1032407392
##########
python_legacy/tox.ini:
##########
@@ -49,7 +49,7 @@ commands =
basepython = python3
skip_install = true
deps =
- flake8>=3.8.4
+ flake8==5.0.4
flake8-import-order>=0.9
Review Comment:
should we pin this as well maybe, since in the future it might get upgraded
to a version requiring flake8 6.x ?
(or would pip be smart enough to pick that version then? :thinking:)
at least it would follow the style of all other deps here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]