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 eaa2688 commit 4e63e60Copy full SHA for 4e63e60
.pre-commit-config.yaml
@@ -3,15 +3,15 @@ ci:
3
autoupdate_schedule: monthly
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
# Ruff version.
14
- rev: "v0.6.3"
+ rev: "v0.9.9"
15
16
# Run the linter.
17
- id: ruff
@@ -20,7 +20,7 @@ repos:
20
- id: ruff-format
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.11.2
+ rev: v1.15.0
24
25
- id: mypy
26
exclude: "docs"
0 commit comments