Skip to content

Commit

Permalink
Update {% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Aug 23, 2024
1 parent 8d7e31f commit 2767f5d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci:

repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 1.8.3
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down Expand Up @@ -47,13 +47,13 @@ repos:
- id: nbstripout

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.2
hooks:
- id: ruff
args: [--fix, -v]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.375
rev: v1.1.377
hooks:
- id: pyright
args: [--verbose, --project=.]
Expand Down

0 comments on commit 2767f5d

Please sign in to comment.