Skip to content

Commit 9aba3ae

Browse files
committed
Update pre-commit config to the latest versions
1 parent 2b30bab commit 9aba3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
name: isort (pyi)
6767
types: [pyi]
6868
- repo: https://github.com/pycqa/flake8
69-
rev: 7.1.2
69+
rev: 7.2.0
7070
hooks:
7171
- id: flake8
7272
args: ["--config=.flake8"]
@@ -79,7 +79,7 @@ repos:
7979
- id: clang-format
8080
args: ["-i"]
8181
- repo: https://github.com/gitleaks/gitleaks
82-
rev: v8.24.0
82+
rev: v8.25.1
8383
hooks:
8484
- id: gitleaks
8585
- repo: https://github.com/jumanjihouse/pre-commit-hooks

0 commit comments

Comments
 (0)