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 3e5ad1c commit 273641dCopy full SHA for 273641d
.pre-commit-config.yaml
@@ -2,12 +2,18 @@ fail_fast: true
2
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.6.1
+ rev: v0.7.1
6
hooks:
7
- id: ruff
8
args: [--fix, --exit-non-zero-on-fix]
9
+ - repo: https://github.com/pre-commit/mirrors-mypy
10
+ rev: v1.13.0
11
+ hooks:
12
+ - id: mypy
13
+ args: [--ignore-missing-imports]
14
+ additional_dependencies: [tokenize-rt]
15
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.6.0
16
+ rev: v5.0.0
17
18
- id: check-added-large-files
19
args: ['--maxkb=1024']
0 commit comments