Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
- [github.com/RobertCraigie/pyright-python: v1.1.388 → v1.1.389](RobertCraigie/pyright-python@v1.1.388...v1.1.389)
- [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent 89747d0 commit 658828d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
args: [--fix]
Expand All @@ -27,7 +27,7 @@ repos:
- id: mypy

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.388
rev: v1.1.389
hooks:
- id: pyright

Expand All @@ -49,7 +49,7 @@ repos:
args: [--disable, MD013, MD033, MD041, "--"]

- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
args: [--drop-empty-cells, --keep-output]

0 comments on commit 658828d

Please sign in to comment.