Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#57)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [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/astral-sh/ruff-pre-commit: v0.0.287 →
v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288)
<!--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 <lukas.burgholzer@jku.at>
  • Loading branch information
pre-commit-ci[bot] and burgholzer authored Sep 11, 2023
1 parent 7923804 commit 1ca7619
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 @@ -39,7 +39,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 @@ -49,7 +49,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 @@ -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.287
rev: v0.0.288
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 1ca7619

Please sign in to comment.