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 29fb032

Browse filesBrowse files
author
Jonathon Belotti
authored
remove bazel-mypy-integration as it is not needed and makes integration into rules_python harder (bazel-contrib#353)
1 parent 1d5d724 commit 29fb032
Copy full SHA for 29fb032

File tree

5 files changed

+0
-54
lines changed
Filter options

5 files changed

+0
-54
lines changed

‎experimental/rules_python_external/.bazelrc

Copy file name to clipboardExpand all lines: experimental/rules_python_external/.bazelrc
-2Lines changed: 0 additions & 2 deletions
This file was deleted.

‎experimental/rules_python_external/WORKSPACE

Copy file name to clipboardExpand all lines: experimental/rules_python_external/WORKSPACE
-27Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,3 @@ py_repositories()
1414

1515
load("//:repositories.bzl", "rules_python_external_dependencies")
1616
rules_python_external_dependencies()
17-
18-
mypy_integration_version = "0.0.7" # latest @ Feb 10th 2020
19-
20-
http_archive(
21-
name = "mypy_integration",
22-
sha256 = "bf7ecd386740328f96c343dca095a63b93df7f86f8d3e1e2e6ff46e400880077", # for 0.0.7
23-
strip_prefix = "bazel-mypy-integration-{version}".format(version = mypy_integration_version),
24-
url = "https://github.com/thundergolfer/bazel-mypy-integration/archive/{version}.zip".format(
25-
version = mypy_integration_version
26-
),
27-
)
28-
29-
load(
30-
"@mypy_integration//repositories:repositories.bzl",
31-
mypy_integration_repositories = "repositories",
32-
)
33-
34-
mypy_integration_repositories()
35-
36-
load("@mypy_integration//:config.bzl", "mypy_configuration")
37-
mypy_configuration("//tools/typing:mypy.ini")
38-
39-
load("@mypy_integration//repositories:deps.bzl", mypy_integration_deps = "deps")
40-
mypy_integration_deps("//tools/typing:mypy_version.txt")
41-
42-
load("@mypy_integration//repositories:pip_repositories.bzl", "pip_deps")
43-
pip_deps()

‎experimental/rules_python_external/tools/typing/BUILD

Copy file name to clipboardExpand all lines: experimental/rules_python_external/tools/typing/BUILD
Whitespace-only changes.

‎experimental/rules_python_external/tools/typing/mypy.ini

Copy file name to clipboardExpand all lines: experimental/rules_python_external/tools/typing/mypy.ini
-24Lines changed: 0 additions & 24 deletions
This file was deleted.

‎experimental/rules_python_external/tools/typing/mypy_version.txt

Copy file name to clipboardExpand all lines: experimental/rules_python_external/tools/typing/mypy_version.txt
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.