Skip to content

Commit 1407562

Browse files
authored
Update {% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja
1 parent 53037d2 commit 1407562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.7
58+
rev: v0.9.9
5959
hooks:
6060
- id: ruff
6161
args: [--fix, -v]
6262

6363
- repo: https://github.com/RobertCraigie/pyright-python
64-
rev: v1.1.394
64+
rev: v1.1.396
6565
hooks:
6666
- id: pyright
6767
args: [--verbose, --project=.]

0 commit comments

Comments
 (0)