We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c978951 commit 5bb84b6Copy full SHA for 5bb84b6
.pre-commit-config.yaml
@@ -15,23 +15,23 @@ repos:
15
- id: trailing-whitespace
16
- id: name-tests-test
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.14.14
+ rev: v0.15.9
19
hooks:
20
- id: ruff-check
21
args: [ --fix ]
22
- id: ruff-format
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.19.1
+ rev: v1.20.0
25
26
- id: mypy
27
additional_dependencies: [types-PyYAML]
28
exclude: ^testing/resources/
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.4.1
+ rev: v2.4.2
31
32
- id: codespell
33
- repo: https://github.com/commit-check/commit-check
34
- rev: v2.4.0
+ rev: v2.5.0
35
36
- id: check-message
37
stages: [commit-msg]
0 commit comments