John Bampton
John Bampton
### Description This PR adds `.cs` files to the `trailing-whitespace` pre-commit hook. This hook auto fixes and removes trailing whitespace when run locally on a users machine. On the GitHub...
### Description This PR cleans up the code base and standardizes some terms for casing. Fixes in exception messages, log messages, code comments and more. ### Types of changes -...
https://pre-commit.com/#4-optional-run-against-all-the-files https://pre-commit.com/#3-install-the-git-hook-scripts https://pre-commit.com/#pre-commit-autoupdate ### Description The Makefile will contain the three main commands for using pre-commit locally. At least this gives you a quickstart and place to see and run...
### Description This PR cleans up some Python code. Mainly `print` statements. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to...
MD012 no-multiple-blanks - Multiple consecutive blank lines https://github.com/DavidAnson/markdownlint/blob/main/doc/md012.md ### Description This PR cleans up and standardizes the Markdown files. ### Types of changes - [ ] Breaking change (fix or...
https://github.com/DavidAnson/markdownlint/blob/main/doc/md018.md ### Description This PR adds another check for our Markdown linter. MD018/no-missing-space-atx No space after hash on atx style heading. ### Types of changes - [ ] Breaking change...
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#check-yaml ### Description This PR adds another check or test to our pre-commit framework. From the official pre-commit organization. ### Types of changes - [ ] Breaking change (fix or...
I've used some pre-commit hooks from `Lucas-C` and some of these hooks are also used on Apache Airflow. https://github.com/Lucas-C/pre-commit-hooks This issue is for adding license headers: https://github.com/Lucas-C/pre-commit-hooks?tab=readme-ov-file#insert-license And we can...
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#name-tests-test --pytest-test-first: ensure tests match test_.*\.py https://pre-commit.com/#regular-expressions ## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest-snapshot/community/develop/) ## Is this PR...