Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#129)
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/psf/black-pre-commit-mirror: 23.7.0 →
23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 →
v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3)
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 →
v0.0.292](astral-sh/ruff-pre-commit@v0.0.286...v0.0.292)
<!--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 <nils.quetschlich@tum.de>
  • Loading branch information
pre-commit-ci[bot] and nquetschlich authored Oct 8, 2023
1 parent efea9ec commit aeee31e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -43,7 +43,7 @@ repos:

# Run code formatting with Black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0" # Keep in sync with blacken-docs
rev: "23.9.1" # Keep in sync with blacken-docs
hooks:
- id: black

Expand All @@ -53,7 +53,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.7.0 # keep in sync with black hook
- black==23.9.1 # keep in sync with black hook

# Check for spelling
- repo: https://github.com/codespell-project/codespell
Expand All @@ -69,13 +69,13 @@ repos:
# Format configuration files with prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.2"
rev: "v3.0.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.292
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit aeee31e

Please sign in to comment.