feat: update pre-commit hooks and answered questions

This commit is contained in:
alec.schmidt
2025-04-16 17:36:14 +02:00
parent 616f2bf199
commit 79da7a9dc9
2 changed files with 34 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: '6.1.0' # Use the latest stable version
rev: '7.2.0' # Use the latest stable version
hooks:
- id: flake8
additional_dependencies: []
@@ -13,7 +13,7 @@ repos:
args: ["./src"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.2
rev: v8.24.3
hooks:
- id: gitleaks