This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b95330a257 Remove outdated `tox` command from doc (#8961)
b95330a257 is described below
commit b95330a257b544be976a8e5bb1ea02ab8c8fcb7e
Author: Hussein Awala <[email protected]>
AuthorDate: Thu Nov 2 12:51:32 2023 +0100
Remove outdated `tox` command from doc (#8961)
---
site/docs/contribute.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/site/docs/contribute.md b/site/docs/contribute.md
index 9b47fcbb28..3e0cae3470 100644
--- a/site/docs/contribute.md
+++ b/site/docs/contribute.md
@@ -150,8 +150,6 @@ Example:
### Style
-For Python, please use the tox command `tox -e format` to apply autoformatting
to the project.
-
Java code adheres to the [Google
style](https://google.github.io/styleguide/javaguide.html), which will be
verified via `./gradlew spotlessCheck` during builds.
In order to automatically fix Java code style issues, please use `./gradlew
spotlessApply`.