Updates to the pre-commit action created at 2023-11-24 #19

Closed
Philipp wants to merge 10 commits from update/pre-commit-hooks into main
5 changed files with 18 additions and 14 deletions
Showing only changes of commit 915e77b2b8 - Show all commits

View File

@ -20,6 +20,7 @@ jobs:
shell: bash shell: bash
- run: pre-commit autoupdate - run: pre-commit autoupdate
shell: bash shell: bash
- run: pre-commit run -a
- name: Commit - name: Commit
id: auto-commit-action id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5

1
.gitignore vendored
View File

@ -189,4 +189,3 @@ replay_pid*
# ---> PuTTY # ---> PuTTY
# Private key # Private key
*.ppk *.ppk

View File

@ -1,3 +1,4 @@
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.5.0