Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#60)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 →
v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 →
v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
<!--pre-commit.ci end-->

---------

Signed-off-by: Lukas Burgholzer <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and burgholzer authored Aug 12, 2024
1 parent fc64b1e commit d59f3ef
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 @@ -58,7 +58,7 @@ repos:
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.7
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -80,7 +80,7 @@ repos:
- id: nb-clean

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
files: ^(src|tests|setup.py)
Expand Down

0 comments on commit d59f3ef

Please sign in to comment.