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 49f5a13 commit 32e4afaCopy full SHA for 32e4afa
.pre-commit-config.yaml
@@ -27,22 +27,6 @@ repos:
27
- id: ruff-check
28
args: [--fix]
29
30
-- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.10.0
32
- hooks:
33
- - id: mypy
34
- exclude: tests/data
35
- args: ["--pretty", "--show-error-codes"]
36
- additional_dependencies: [
37
- 'keyring==24.2.0',
38
- 'nox==2023.4.22',
39
- 'pytest',
40
- 'types-docutils==0.20.0.3',
41
- 'types-setuptools==68.2.0.0',
42
- 'types-freezegun==1.1.10',
43
- 'types-pyyaml==6.0.12.12',
44
- ]
45
-
46
- repo: https://github.com/pre-commit/pygrep-hooks
47
rev: v1.10.0
48
hooks:
0 commit comments