Skip to content

Commit

Permalink
Merge pull request #84 from scientificcomputing/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
finsberg authored Jan 10, 2025
2 parents db97f7e + 398c3ff commit 5e2181b
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 @@ -15,7 +15,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.8.4'
rev: 'v0.8.6'
hooks:
# Run the linter.
- id: ruff
Expand All @@ -24,14 +24,14 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
files: ^src/|^tests/
args: ["--config-file", "pyproject.toml"]


- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v19.1.5' # Use the sha / tag you want to point at
rev: 'v19.1.6' # Use the sha / tag you want to point at
hooks:
- id: clang-format

0 comments on commit 5e2181b

Please sign in to comment.