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 3e27851 commit 0489114Copy full SHA for 0489114
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.8.3
+ rev: v0.11.4
4
hooks:
5
- id: ruff
6
args:
7
- --fix
8
- repo: https://github.com/pre-commit/mirrors-mypy
9
- rev: "v1.13.0"
+ rev: "v1.15.0"
10
11
- id: mypy
12
13
- --ignore-missing-imports
14
- --follow-imports=silent
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v4.6.0 # Use the ref you want to point at
+ rev: v5.0.0 # Use the ref you want to point at
18
19
- id: trailing-whitespace
0 commit comments