History log of /trunk/.pre-commit-config.yaml (Results 1 – 25 of 95)
Revision Date Author Comments
# 42e73086 31-Dec-2025 John Bampton <jbampton@users.noreply.github.com>

Run pre-commit autoupdate to update the hooks (#456)

Added some inline docs by adding description keys and values to hooks.

Some inline docs that help explain what the hooks are for


# 5702f3da 29-Oct-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace clean up for `sdi` files (#432)

Enforce 3 hooks:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 31d35622 19-Oct-2025 John Bampton <jbampton@users.noreply.github.com>

chore: whitespace clean up for `.src` files (#429)

Enforced 3 hooks for `.src` files

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 4fdd2567 08-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto clean up mixed line endings `bas` files (#421)

Enforced one hook for `bas` files

Auto clean up


# 699a6068 07-Sep-2025 Dave Fisher <dave2wave@comcast.net>

Merge pull request #420 from jbampton/pre-commit-markdown-linebreak-ext

pre-commit(trailing-whitespace): add `md` files


# 57b866bd 06-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace clean up for `vbs` files (#419)

Enforced the `mixed-line-ending` hook for `vbs` files


# 08dd9f99 06-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

Merge branch 'trunk' into pre-commit-markdown-linebreak-ext


# b28244b6 06-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace clean up for `bas` files (#417)

Enforced two hooks for `bas` files:

- end-of-file-fixer
- trailing-whitespace


# 51bbef7d 06-Sep-2025 John Bampton <jbampton@gmail.com>

pre-commit(trailing-whitespace): add `md` files

To preserve Markdown hard linebreaks use:

- `args: [--markdown-linebreak-ext=md]`

https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#

pre-commit(trailing-whitespace): add `md` files

To preserve Markdown hard linebreaks use:

- `args: [--markdown-linebreak-ext=md]`

https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#trailing-whitespace

show more ...


# a3f31736 06-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace clean up for `map` files (#415)

Enforced three hooks for `map` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 6bd5e5a3 06-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace clean up for `ulf` files (#414)

Enforced three hooks for `ulf` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# b4917d4a 05-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace clean up for `lst` files (#412)

For `lst` files enforced three hooks

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 24297db3 04-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace clean up for cpp files (#406)

For `cpp` files enforced three hooks

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# b9791935 03-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto clean up whitespace in JS files (#405)

For `JS` files enforced three hooks

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 4200e9bb 03-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit autoupdate (#404)

https://pre-commit.com/#pre-commit-autoupdate

Updated the hooks to the latest versions


# 77d3ad5a 03-Sep-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit trailing whitespace clean up for `cmd` files (#403)

For `cmd` files enforced three hooks

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 85e7a208 19-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace cleanup for `.component` files (#398)

Enforced 3 hooks for `.component` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 42a976b7 17-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit fix mixed line endings in Java files (#400)

Enforce the mixed-line-ending hook for all cxx, hxx and java files

Auto cleaned up the Java files


# 681bf8c0 16-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto whitespace cleanup for `.pmk` files (#399)

Enforced 3 hooks for `.pmk` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# f2c5d89d 16-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace clean up for `.rng` files (#397)

Enforced 3 hooks for `.rng` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 0871df2b 16-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit whitespace clean up for `.m4` files (#396)

Enforced 3 hooks for `.m4` files:

- end-of-file-fixer
- mixed-line-ending
- trailing-whitespace


# 2ab0ece2 04-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

Add pre-commit hook to auto insert license headers for Markdown (#394)

Ran the hook the first time it auto inserted the license headers and failed.

Second time ran the hook it passed and no files w

Add pre-commit hook to auto insert license headers for Markdown (#394)

Ran the hook the first time it auto inserted the license headers and failed.

Second time ran the hook it passed and no files were change.

The Lucas-C hooks are used on both Airflow and Sedona.

show more ...


# 670f140b 04-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

Add pre-commit hook gitleaks to check for secrets (#392)

Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and more

https://github.com/gitleaks/gitl

Add pre-commit hook gitleaks to check for secrets (#392)

Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and more

https://github.com/gitleaks/gitleaks

https://github.com/gitleaks/gitleaks?tab=readme-ov-file#pre-commit

show more ...


# a7f3bf48 04-Aug-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit: add markdownlint and standardize Markdown files (#338)

* pre-commit: add markdownlint and standardize Markdown files


# cf651680 30-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by:

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...


1234