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 8179dbf264 [DOCS] Add `codespell` to `pyproject.toml` (#1698)
8179dbf264 is described below

commit 8179dbf2648b6c7ead44f8e7a2956d00dee18505
Author: John Bampton <[email protected]>
AuthorDate: Tue Dec 3 17:34:34 2024 +1000

    [DOCS] Add `codespell` to `pyproject.toml` (#1698)
    
    
https://github.com/codespell-project/codespell?tab=readme-ov-file#using-a-config-file
    
    This file has mainly be added for convenience for when running codespell 
directly on the repo root.
    
    So if you have codespell installed locally you can run `codespell` and it 
will use the config settings.
---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 72728f21f1..ddee9cf63d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,3 +17,7 @@
 
 [tool.bandit]
 skips = ["B101", "B403", "B405", "B608"]
+
+[tool.codespell]
+ignore-words = '.github/linters/codespell.txt'
+skip = 
'./docs/image,./docs/usecases,./site,./spark/common/src/test/resources,./tools/maven/scalafmt.conf'

Reply via email to