Skip to content

Commit 7fcc544

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
1 parent d946535 commit 7fcc544

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.8.6"
16+
rev: "v0.11.4"
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

2121
- repo: https://github.com/psf/black
22-
rev: "24.10.0"
22+
rev: "25.1.0"
2323
hooks:
2424
- id: black
2525

2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.14.1"
28+
rev: "v1.15.0"
2929
hooks:
3030
- id: mypy
3131
exclude: examples
3232

3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: "v2.3.0"
35+
rev: "v2.4.1"
3636
hooks:
3737
- id: codespell
3838

0 commit comments

Comments
 (0)