Skip to content

Commit

Permalink
pre-commit autoupdate (pre-commit, mypy, cookie)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 15, 2025
1 parent 051ad96 commit b56fe12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: debug-statements

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
hooks:
Expand All @@ -19,7 +20,7 @@ repos:
exclude: docs/examples/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.14.1
hooks:
- id: mypy
args: [--strict]
Expand All @@ -33,6 +34,6 @@ repos:
- rich

- repo: https://github.com/scientific-python/cookie
rev: 2024.04.23
rev: 2024.08.19
hooks:
- id: sp-repo-review

0 comments on commit b56fe12

Please sign in to comment.