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 45f3d2a commit babc4fdCopy full SHA for babc4fd
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_language_version:
7
python: python3.11 # NOTE: sync with .python-version-default
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: "v0.11.13"
+ rev: "v0.12.8"
11
hooks:
12
- id: ruff
13
alias: r
@@ -19,7 +19,7 @@ repos:
19
verbose: true
20
types_or: [python, pyi, jupyter]
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: "v1.16.0"
+ rev: "v1.17.1"
23
24
- id: mypy
25
args: [--strict, --ignore-missing-imports]
@@ -37,7 +37,7 @@ repos:
37
- id: check-hooks-apply
38
- id: check-useless-excludes
39
- repo: https://github.com/pre-commit/pre-commit-hooks
40
- rev: v5.0.0
+ rev: v6.0.0
41
42
- id: trailing-whitespace
43
0 commit comments