Skip to content

Commit 5bb84b6

Browse files
ci: pre-commit autoupdate (#394)
1 parent c978951 commit 5bb84b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ repos:
1515
- id: trailing-whitespace
1616
- id: name-tests-test
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.14
18+
rev: v0.15.9
1919
hooks:
2020
- id: ruff-check
2121
args: [ --fix ]
2222
- id: ruff-format
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.19.1
24+
rev: v1.20.0
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [types-PyYAML]
2828
exclude: ^testing/resources/
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.1
30+
rev: v2.4.2
3131
hooks:
3232
- id: codespell
3333
- repo: https://github.com/commit-check/commit-check
34-
rev: v2.4.0
34+
rev: v2.5.0
3535
hooks:
3636
- id: check-message
3737
stages: [commit-msg]

0 commit comments

Comments
 (0)