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 332d13f commit ea41d42Copy full SHA for ea41d42
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: black
13
14
- repo: https://github.com/pre-commit/mirrors-mypy
15
- rev: 'v1.15.0' # Use the sha / tag you want to point at
+ rev: 'v1.17.1' # Use the sha / tag you want to point at
16
hooks:
17
- id: mypy
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: 'v0.9.9'
+ rev: 'v0.12.7'
21
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
0 commit comments