Skip to content

Commit

Permalink
build: update pre-commit hooks for linting and type checking
Browse files Browse the repository at this point in the history
- Update ruff-pre-commit to v0.8.4
- Update mirrors-mypy to v1.14.1
  • Loading branch information
tanbro committed Jan 2, 2025
1 parent 428ca3b commit 8217367
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 @@ -20,7 +20,7 @@ repos:
- id: check-docstring-first

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.4
hooks:
- id: ruff # Run the linter.
types_or: [python, pyi, jupyter]
Expand All @@ -29,7 +29,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.14.1"
hooks:
- id: mypy
args: [--ignore-missing-imports, --config-file, .mypy.ini]
Expand Down

0 comments on commit 8217367

Please sign in to comment.