Tags: graphframes/graphframes
Tags
ci: add codespell spell check and extend python linting to dev scripts ( #864) * ci: add codespell spell check and extend python linting to dev scripts - Add codespell (config in .codespellrc) covering yml, python and scala via a new Spell Check workflow and a pre-commit hook; fix the typos it surfaced across sources and docs. graphx/ is excluded to stay aligned with upstream Apache Spark. - Extend black/flake8/isort to the dev/ and python/dev/ scripts in both the Python CI code-style step and pre-commit. * ci: pass explicit config to black/isort so root dev/ does not break discovery When ../dev is included, black/isort resolve their config from the common parent of all paths (the repo root, which has no pyproject.toml) and fall back to defaults. Pass --config/--settings-path explicitly. * ci: format dev connect scripts to satisfy extended linting run_connect.py and stop_connect.py were added in #863 before the linting scope was extended to dev/. Apply black/isort and add a noqa for an unavoidable long config string so python-ci passes.
feat: prepare the release 0.10.0 (#725) * [WIP] prepare the release * WIP * update bages and benchmarks * update blogpost * simplify and update README * update llms.txt * some fancy things * more fancy things * more fancy thins * updates * fix typo * update * resolve conflicts and update blog * slightly update docs * remove auto deploy docs
PreviousNext