Skip to content

Commit

Permalink
Update pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl committed Oct 21, 2024
1 parent c25778b commit 2eeff07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lightning = "^2.4.0"{% endif %}
ruff = "^0.7.0"
bandit = "^1.7.10"
pre-commit = "^4.0.1"
pyright = "^1.1.384"
pyright = "^1.1.385"
{% if include_notebooks %}ipykernel = "^6.29.5"
ipywidgets = "^8.1.5"
ipython = "^8.28.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
args: [--fix, -v]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.384
rev: v1.1.385
hooks:
- id: pyright
args: [--verbose, --project=.]
Expand All @@ -70,6 +70,6 @@ repos:
types: [python]

- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.0
rev: v8.21.1
hooks:
- id: gitleaks

0 comments on commit 2eeff07

Please sign in to comment.