8000 remove bazel-mypy-integration as it is not needed and makes integrati… · axivion/rules_python@29fb032 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29fb032

Browse 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

File tree

5 files changed

+0
-54
lines changed

5 files changed

+0
-54
lines changed

experimental/rules_python_external/.bazelrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

experimental/rules_python_external/WORKSPACE

Lines 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

Whitespace-only changes.

experimental/rules_python_external/tools/typing/mypy.ini

Lines changed: 0 additions & 24 deletions
This file was deleted.

experimental/rules_python_external/tools/typing/mypy_version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
0