kbendick commented on code in PR #4730:
URL: https://github.com/apache/iceberg/pull/4730#discussion_r870775434


##########
python/tox.ini:
##########
@@ -52,10 +52,13 @@ deps =
     black
     isort
     autoflake
+    pylint
+    pyenchant
 commands =
     autoflake -r --check --ignore-init-module-imports 
--remove-all-unused-imports src tests
     isort --profile black --check-only src tests
     black --line-length 130 --check --diff src tests
+    pylint --disable all --enable spelling --spelling-dict en_US 
--spelling-private-dict-file spellcheck-dictionary.txt en_US src tests

Review Comment:
   Question / Nit: Do we need to specify `en_US` twice? Specifically for the 
2nd argument after `--spelling-private-dict-file`.



-- 
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]

Reply via email to