diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index 4471d95..92bd9fd 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 053c255..a7014f8 100644 --- a/.gitignore +++ b/.gitignore @@ -189,4 +189,3 @@ replay_pid* # ---> PuTTY # Private key *.ppk - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3a9d43..8512d09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,4 @@ +exclude: ^node_modules/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0