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 6518e61 commit 207e4bcCopy full SHA for 207e4bc
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: trailing-whitespace
12
exclude: ^tests/fixtures/.*
@@ -16,14 +16,14 @@ repos:
16
- id: check-added-large-files
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.4.1
+ rev: v0.11.8
20
21
- id: ruff
22
args: [--fix]
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.9.0
+ rev: v1.15.0
27
28
- id: mypy
29
additional_dependencies:
0 commit comments