Skip to content

Commit

Permalink
Merge pull request #60 from finsberg/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
finsberg authored Nov 8, 2024
2 parents ffd610f + 2e5b6f7 commit d2668e1
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 @@ -14,7 +14,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.9'
rev: 'v0.7.2'
hooks:
# Run the linter.
- id: ruff
Expand All @@ -30,12 +30,12 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.14.0
rev: v8.15.2
hooks:
- id: cspell
files: src/|docs|tests|README.md

0 comments on commit d2668e1

Please sign in to comment.