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 0a79678 commit c4ede16Copy full SHA for c4ede16
.pre-commit-config.yaml
@@ -38,13 +38,13 @@ repos:
38
- id: pyupgrade
39
args: [--py39-plus]
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.11.11
+ rev: v0.11.12
42
hooks:
43
- id: ruff
44
args: [--fix]
45
- id: ruff-format
46
- repo: https://github.com/cdce8p/python-typing-update
47
- rev: v0.7.1
+ rev: v0.7.2
48
49
- id: python-typing-update
50
stages: [manual]
@@ -58,7 +58,7 @@ repos:
58
# hooks:
59
# - id: codespell
60
- repo: https://github.com/pre-commit/mirrors-mypy.git
61
- rev: v1.15.0
+ rev: v1.16.0
62
63
- id: mypy
64
alias: mypy-py313
0 commit comments