Skip to content

Commit b475d51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.12.3](astral-sh/ruff-pre-commit@v0.9.10...v0.12.3) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.16.1](pre-commit/mirrors-mypy@v1.13.0...v1.16.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent ba98c05 commit b475d51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ repos:
2222
- --autofix
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.10
25+
rev: v0.12.3
2626
hooks:
2727
- id: ruff
2828
args: ["--fix", "--show-fixes"]
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.10.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.13.0
36+
rev: v1.16.1
3737
hooks:
3838
- id: mypy
3939
args: [--config-file=mypy.ini]
4040

4141
- repo: https://github.com/adrienverge/yamllint.git
42-
rev: v1.35.1
42+
rev: v1.37.1
4343
hooks:
4444
- id: yamllint
4545
args: [--config-data=relaxed]
4646

4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.3.0
48+
rev: v2.4.1
4949
hooks:
5050
- id: codespell

0 commit comments

Comments
 (0)