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 e4d2539 commit 2d6fa85Copy full SHA for 2d6fa85
.pre-commit-config.yaml
@@ -19,18 +19,18 @@ repos:
19
alias: toml
20
21
- repo: https://github.com/tox-dev/tox-ini-fmt
22
- rev: 1.5.0
+ rev: 1.6.0
23
hooks:
24
- id: tox-ini-fmt
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.11.13
+ rev: v0.12.7
27
28
- id: ruff-format
29
alias: ruff
30
- id: ruff-check
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.16.0
+ rev: v1.17.1
34
35
- id: mypy
36
# empty args needed in order to match mypy cli behavior
0 commit comments