This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 66523dd2fe Update pyproject.toml remove isort (#1665)
66523dd2fe is described below
commit 66523dd2fe3263a78d8e2490a0bf629dcba43d0a
Author: John Bampton <[email protected]>
AuthorDate: Fri Nov 1 04:53:09 2024 +1000
Update pyproject.toml remove isort (#1665)
---
pyproject.toml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index ddedfc1342..72728f21f1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,3 @@
[tool.bandit]
skips = ["B101", "B403", "B405", "B608"]
-
-[tool.isort]
-profile = "black"