Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc2771f

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

File tree

Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+9-9Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.