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 753159a commit b5d058bCopy full SHA for b5d058b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -14,14 +14,14 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: "v0.12.5"
+ rev: "v0.12.9"
18
19
- id: ruff-check
20
args: ["--fix", "--show-fixes"]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.17.0
+ rev: v1.17.1
25
26
- id: mypy
27
files: src
0 commit comments