Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#374)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 →
v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288)
- [github.com/psf/black-pre-commit-mirror: 23.7.0 →
23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
  • Loading branch information
pre-commit-ci[bot] and burgholzer authored Sep 11, 2023
1 parent 4fea44a commit 75363da
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 @@ -51,14 +51,14 @@ repos:

# Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.288
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

# 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-jupyter

Expand All @@ -68,7 +68,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 static types with mypy
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 75363da

Please sign in to comment.