You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,17 @@ Apache Iceberg is an active open-source project, governed under the Apache Softw
59
59
60
60
The Apache Iceberg community is built on the principles described in the [Apache Way](https://www.apache.org/theapacheway/index.html) and all who engage with the community are expected to be respectful, open, come with the best interests of the community in mind, and abide by the Apache Foundation [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
61
61
62
+
### Linting
63
+
64
+
Install the python package `pre-commit` and run once `pre-commit install`.
65
+
66
+
```
67
+
pip install pre-commit
68
+
pre-commit install
69
+
```
70
+
71
+
This will setup a git pre-commit-hook that is executed on each commit and will report the linting problems. To run all hooks on all files use `pre-commit run -a`.
72
+
62
73
## License
63
74
64
75
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
0 commit comments