Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#181)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/srstevenson/nb-clean: 3.1.0 →
3.2.0](srstevenson/nb-clean@3.1.0...3.2.0)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 →
v4.0.0-alpha.7](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.7)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 →
v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nils Quetschlich <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and nquetschlich authored Dec 19, 2023
1 parent 7a1ebee commit b5dd6f8
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 @@ -37,7 +37,7 @@ repos:

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

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

0 comments on commit b5dd6f8

Please sign in to comment.