Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent ec181c8 commit 683c103
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 @@ -58,7 +58,7 @@ repos:

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -68,7 +68,7 @@ repos:

# Static type checking using mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
files: ^(src/mqt|tests)
Expand All @@ -93,7 +93,7 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: v1.28.3
rev: v1.28.4
hooks:
- id: typos

Expand Down

0 comments on commit 683c103

Please sign in to comment.