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 9ac3f4c commit 54738e6Copy full SHA for 54738e6
.pre-commit-config.yaml
@@ -19,13 +19,13 @@ repos:
19
- id: requirements-txt-fixer
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
# Ruff version.
22
- rev: v0.11.4
+ rev: v0.12.2
23
hooks:
24
# Run the linter.
25
- id: ruff
26
args: [ --fix ]
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.15.0
+ rev: v1.16.1
29
30
- id: mypy
31
additional_dependencies: [types-PyYAML]
@@ -35,7 +35,7 @@ repos:
35
36
- id: codespell
37
- repo: https://github.com/commit-check/commit-check
38
- rev: v0.9.5
+ rev: v0.9.8
39
40
- id: check-message
41
# - id: check-branch # uncomment if you need.
0 commit comments