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 bf84082 commit 6789cbeCopy full SHA for 6789cbe
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
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: check-added-large-files
9
- id: check-case-conflict
@@ -14,13 +14,13 @@ repos:
14
- id: mixed-line-ending
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.5.1
+ rev: v0.6.9
18
19
- id: ruff
20
args: [--fix]
21
- id: ruff-format
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.10.1
+ rev: v1.11.2
24
25
- id: mypy
26
additional_dependencies: ["rich"]
0 commit comments