Commit c0b6d8a2 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

ci: use .codespellrc for codespell config, use regex to capture large base64...

ci: use .codespellrc for codespell config, use regex to capture large base64 e.g. jupyter notebook image outputs
parent 2023115f
[codespell]
# Ignore long base64 - e.g. images in notebooks
ignore-regex = [A-Za-z0-9+/]{100,}
skip = "./docs/_build"
count = true
quiet-level = 3
...@@ -34,11 +34,7 @@ classifiers = [ ...@@ -34,11 +34,7 @@ classifiers = [
[project.optional-dependencies] [project.optional-dependencies]
notebooks = ["ipykernel", "polars"] notebooks = ["ipykernel", "polars"]
test = ["pytest"] test = ["pytest"]
docs = [ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme"]
"sphinx",
"sphinx-autodoc-typehints",
"sphinx-rtd-theme",
]
all = [ all = [
"ipykernel", "ipykernel",
"polars", "polars",
...@@ -98,11 +94,6 @@ polars = "pl" ...@@ -98,11 +94,6 @@ polars = "pl"
scipy = "sp" scipy = "sp"
xarray = "xr" xarray = "xr"
[tool.codespell]
skip = "./docs/_build"
count = true
quiet-level = 3
[project.urls] [project.urls]
Repository = "https://git.noc.ac.uk/nocsurfaceprocesses/geospatialtools" Repository = "https://git.noc.ac.uk/nocsurfaceprocesses/geospatialtools"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment