Skip to content

Commit a042d11

Browse files
authored
Update .pre-commit-config.yaml
1 parent 1d73396 commit a042d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ repos:
5555
- id: nbstripout
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.9.1
58+
rev: v0.9.2
5959
hooks:
6060
- id: ruff
6161
args: [--fix, -v]
6262

6363
- repo: https://github.com/RobertCraigie/pyright-python
64-
rev: v1.1.391
64+
rev: v1.1.392
6565
hooks:
6666
- id: pyright
6767
args: [--verbose, --project=.]
@@ -75,6 +75,6 @@ repos:
7575
- id: vulture
7676

7777
- repo: https://github.com/gitleaks/gitleaks
78-
rev: v8.22.1
78+
rev: v8.23.1
7979
hooks:
8080
- id: gitleaks

0 commit comments

Comments
 (0)