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 0075ca4 commit 7f51f78Copy full SHA for 7f51f78
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_commit_msg: "chore: pre-commit autoupdate"
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.12.4
+ rev: v0.12.9
7
hooks:
8
- id: ruff
9
args:
@@ -19,7 +19,7 @@ repos:
19
- --quiet-level=2
20
exclude_types: [csv, json]
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v5.0.0
+ rev: v6.0.0
23
24
- id: trailing-whitespace
25
- id: end-of-file-fixer
@@ -55,7 +55,7 @@ repos:
55
- --keep-updates
56
files: ^(/.+)?[^/]+\.py$
57
- repo: https://github.com/pre-commit/mirrors-mypy
58
- rev: v1.17.0
+ rev: v1.17.1
59
60
- id: mypy
61
args: [--strict, --ignore-missing-imports]
0 commit comments