Skip to content

Commit

Permalink
chore: update pre-commit hooks (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: fschuch <[email protected]>
  • Loading branch information
github-actions[bot] and fschuch authored Aug 29, 2024
1 parent 74ceaf3 commit def7e5a
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 @@ -17,7 +17,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -27,7 +27,7 @@ repos:
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.11.2"
hooks:
- id: mypy
exclude: docs/conf.py
Expand Down

0 comments on commit def7e5a

Please sign in to comment.