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 b07a89b commit f7090bbCopy full SHA for f7090bb
.pre-commit-config.yaml
@@ -41,18 +41,18 @@ repos:
41
- id: yamllint
42
files: \.(yaml|yml)$
43
- repo: https://github.com/pappasam/toml-sort
44
- rev: v0.24.2
+ rev: v0.24.3
45
hooks:
46
- id: toml-sort-fix
47
alias: toml
48
49
- repo: https://github.com/tox-dev/tox-ini-fmt
50
- rev: 1.6.0
+ rev: 1.7.0
51
52
- id: tox-ini-fmt
53
54
- repo: https://github.com/astral-sh/ruff-pre-commit
55
- rev: v0.12.12
+ rev: v0.14.0
56
57
- id: ruff
58
args:
@@ -62,7 +62,7 @@ repos:
62
# - id: ruff-format # must be after ruff
63
# types_or: [python, pyi]
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.17.1
+ rev: v1.18.2
66
67
- id: mypy
68
additional_dependencies:
0 commit comments