Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#312)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 25, 2023
1 parent ad5c1d0 commit 0d0844a
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 @@ -30,7 +30,7 @@ repos:

# Clean jupyter notebooks
- repo: https://github.com/srstevenson/nb-clean
rev: 3.0.0
rev: 3.0.1
hooks:
- id: nb-clean

Expand All @@ -51,7 +51,7 @@ repos:

# Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more)
- 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 0d0844a

Please sign in to comment.