Commit ce31fc9
authored
chore: Remove unused [tool.black] and [tool.pycln] config (apache#2891)
# Rationale for this change
This PR removes [tool.black] from pyproject.toml. This is an unused
config since formatting now lives in
[ruff.toml](https://github.com/apache/iceberg-python/blob/main/ruff.toml).
Also, updates contributing.md to reference ruff instead of black.
This PR removes dead config from pyproject.toml:
- [tool.black] - replaced by ruff-format apache#127
- [tool.pycln] - replaced by ruff apache#1485
Also updates contributing.md to reference ruff instead of black.
## Are these changes tested?
Yes
## Are there any user-facing changes?
No1 parent 3855f64 commit ce31fc9
2 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 171 | | |
179 | 172 | | |
180 | 173 | | |
| |||
0 commit comments