Updates to the pre-commit action created at 2024-02-17 (#13)
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 1m10s

Update to the pre-commit action.

Co-authored-by: Philipp <Philipp@users.noreply.github.com>
Reviewed-on: #13
Co-authored-by: Act Runner <runner@np-replay-git@horstenkamp.eu>
Co-committed-by: Act Runner <runner@np-replay-git@horstenkamp.eu>
This commit is contained in:
Act Runner 2024-04-25 22:39:28 +02:00 committed by Philipp Horstenkamp
parent e342ceca6f
commit 3e3d24f787

View File

@ -1,7 +1,7 @@
exclude: ^node_modules/ exclude: ^node_modules/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.6.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: (.txt$|.ipynb$|README.md$|readme.mde$) exclude: (.txt$|.ipynb$|README.md$|readme.mde$)
@ -25,7 +25,7 @@ repos:
args: [--branch, main] args: [--branch, main]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0 rev: v2.13.0
hooks: hooks:
- id: pretty-format-ini - id: pretty-format-ini
args: [--autofix] args: [--autofix]
@ -35,7 +35,7 @@ repos:
args: [--autofix] args: [--autofix]
- repo: https://github.com/frnmst/md-toc - repo: https://github.com/frnmst/md-toc
rev: 8.2.2 rev: 9.0.0
hooks: hooks:
- id: md-toc - id: md-toc