Skip to content

Commit a50acd6

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.14.7...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.20.2](pre-commit/mirrors-mypy@v1.19.0...v1.20.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/MarcoGorelli/cython-lint: v0.18.1 → v0.19.0](MarcoGorelli/cython-lint@v0.18.1...v0.19.0)
1 parent 6c699a0 commit a50acd6

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.14.7
11+
rev: v0.15.12
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
@@ -21,20 +21,20 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.19.0
24+
rev: v1.20.2
2525
hooks:
2626
- id: mypy
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.4.1
29+
rev: v2.4.2
3030
hooks:
3131
- id: codespell
3232
stages: [pre-commit, commit-msg]
3333
exclude_types: [html]
3434
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
3535

3636
- repo: https://github.com/MarcoGorelli/cython-lint
37-
rev: v0.18.1
37+
rev: v0.19.0
3838
hooks:
3939
- id: cython-lint
4040
args: [--no-pycodestyle]

0 commit comments

Comments
 (0)