Skip to content

Commit 6ede815

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.6...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent ce6e599 commit 6ede815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.6
28+
rev: v0.9.9
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -34,15 +34,15 @@ repos:
3434
types_or: [python, pyi, jupyter]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.14.1
37+
rev: v1.15.0
3838
hooks:
3939
- id: mypy
4040
files: ^src
4141
args: []
4242
additional_dependencies: ["numpy~=2.2.0", "matplotlib>=3.4", "boost-histogram~=1.5.0", "uhi~=0.3.1", "pandas-stubs>=2.0.1.230501"]
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
args: ["-Lhist,gaus,nd"]

0 commit comments

Comments
 (0)