Running pre-commit oer everything.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 40s

This commit is contained in:
Philipp Horstenkamp 2023-11-24 19:15:23 +01:00
parent 220e001fd3
commit 915e77b2b8
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
3 changed files with 2 additions and 1 deletions

View File

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

1
.gitignore vendored
View File

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

View File

@ -1,3 +1,4 @@
exclude: ^node_modules/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0