We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b30bab commit 9aba3aeCopy full SHA for 9aba3ae
.pre-commit-config.yaml
@@ -66,7 +66,7 @@ repos:
66
name: isort (pyi)
67
types: [pyi]
68
- repo: https://github.com/pycqa/flake8
69
- rev: 7.1.2
+ rev: 7.2.0
70
hooks:
71
- id: flake8
72
args: ["--config=.flake8"]
@@ -79,7 +79,7 @@ repos:
79
- id: clang-format
80
args: ["-i"]
81
- repo: https://github.com/gitleaks/gitleaks
82
- rev: v8.24.0
+ rev: v8.25.1
83
84
- id: gitleaks
85
- repo: https://github.com/jumanjihouse/pre-commit-hooks
0 commit comments