8000 Disable mypy check (#150) · marcusberr/python-tutorial@bc2771f · GitHub
[go: up one dir, main page]

Skip to content

Commit bc2771f

Browse files
authored
Disable mypy check (empa-scientific-it#150)
1 parent 6fc3d8b commit bc2771f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ repos:
4444
- pep8-naming
4545
- pyflakes
4646
- tryceratops
47-
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.5.1
49-
hooks:
50-
- id: mypy
51-
additional_dependencies:
52-
- types-click-spinner
53-
- types-requests
54-
- types-tabulate
55-
- types-toml
47+
# - repo: https://github.com/pre-commit/mirrors-mypy
48+
# rev: v1.5.1
49+
# hooks:
50+
# - id: mypy
51+
# additional_dependencies:
52+
# - types-click-spinner
53+
# - types-requests
54+
# - types-tabulate
55+
# - types-toml
5656
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
5757
rev: 0.2.3
5858
hooks:

0 commit comments

Comments
 (0)
0