Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/srstevenson/nb-clean: 3.0.0 → 3.0.1](srstevenson/nb-clean@3.0.0...3.0.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.290...v0.0.291)
  • Loading branch information
pre-commit-ci[bot] authored Sep 25, 2023
1 parent 503104a commit bf87844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:

# Clean jupyter notebooks
- repo: https://github.com/srstevenson/nb-clean
rev: "3.0.0"
rev: "3.0.1"
hooks:
- id: nb-clean
# Check for spelling
Expand All @@ -70,7 +70,7 @@ repos:
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
rev: v0.0.291
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit bf87844

Please sign in to comment.