Merge pull request 'Rename .github folder to .gitea. Use pre-commit directly instead of action' (#13) from rename_github_folder into main

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2025-12-09 13:18:47 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
run: pip install pre-commit
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.1
run: pre-commit run --all-files --color always
- name: Install pip-audit
run: pip install pip-audit