File tree Expand file tree Collapse file tree 5 files changed +0
-54
lines changed
experimental/rules_python_external Expand file tree Collapse file tree 5 files changed +0
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,30 +14,3 @@ py_repositories()
1414
1515load ("//:repositories.bzl" , "rules_python_external_dependencies" )
1616rules_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 ()
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments