Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.3...v0.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent ced5d9d commit fbd746b
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,14 +17,14 @@ repos:
- id: napari-plugin-checks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [numpy, matplotlib]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.7.3'
rev: 'v0.9.1'
hooks:
- id: ruff

Expand Down

0 comments on commit fbd746b

Please sign in to comment.