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 0555350 commit 06b6ad7Copy full SHA for 06b6ad7
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.9.2"
+ rev: "v0.11.5"
18
hooks:
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.14.1
+ rev: v1.15.0
25
26
- id: mypy
27
files: src
@@ -33,7 +33,7 @@ repos:
33
- textual>=0.86
34
35
- repo: https://github.com/codespell-project/codespell
36
- rev: v2.3.0
+ rev: v2.4.1
37
38
- id: codespell
39
args: [-L, "hist,iterm"]
0 commit comments