- f83f70c Update actions/checkout action to v5 (#111) by renovate-thm[bot] · 5 months ago upstream/main v0.40.0
- 68e9325 Update dependency mypy to ~=1.17.1 (#109) by renovate-thm[bot] · 6 months ago v0.39.0
- 07eb725 Update dependency mypy to ~=1.17.0 (#108) by renovate-thm[bot] · 6 months ago v0.38.0
- 4827dce Add missing hashes for mypy dep (#103) by Keith Smiley · 6 months ago
- f12269f Fix mypy linting non-python source files with custom rules (#105) by Keith Smiley · 6 months ago
- 4677665 Set PYTHONNOUSERSITE=true for all mypy actions (#104) by Keith Smiley · 6 months ago
- 2ab8bb9 Add support for rules_pycross (#106) by Keith Smiley · 6 months ago
- cda3831 Update dependency mypy to ~=1.16.1 (#100) by renovate-thm[bot] · 7 months ago v0.37.0
- b4895ab Fix output bin_dir directory shadowing source directory (#91) by Brandon Chinn · 7 months ago
- 44e7650 Provide an exclusion for requirement type mappings (#94) by Adam Singer · 7 months ago
- 488bc51 Fix issue when importing generated stubs with absolute paths (#99) by Brandon Chinn · 7 months ago
- 8ecc4fa Update dependency mypy to ~=1.16.0 (#95) by renovate-thm[bot] · 8 months ago v0.36.0
- d3e831c Update bazel-contrib/setup-bazel action to v0.15.0 (#93) by renovate-thm[bot] · 8 months ago v0.35.0
- da53ac1 Update dependency click to ~=8.2.1 (#85) by renovate-thm[bot] · 8 months ago v0.34.0
- 0099036 Update dependency click to ~=8.2.0 (#83) by renovate-thm[bot] · 8 months ago v0.33.0
- 6bfc18e Put pyi dirs at the end of the mypy path (#81) by Keith Smiley · 9 months ago v0.32.0
- 2590cee Avoid excessive BES event size (#79) by Fabian Meumertzheim · 9 months ago
- 73ebdff Rename mypy.py to mypy_runner.py to avoid collision with mypy (#78) by f-luo · 9 months ago v0.31.0
- 4789b49 Update actions/create-github-app-token action to v2 (#76) by renovate-thm[bot] · 10 months ago v0.30.0
- 2b5a3e2 Update to support newer rules_python (#73) by Keith Smiley · 11 months ago v0.29.0
- b1ae252 Update bazel-contrib/setup-bazel action to v0.14.0 (#72) by renovate-thm[bot] · 11 months ago v0.28.0
- 411f64c Add support for pyi_srcs / direct_pyi_files (#68) by Mathias Laurin · 11 months ago v0.27.0
- 8870b49 Add either lib or stubs to MYPYPATH (#69) by Mathias Laurin · 11 months ago
- 66b238f Do not type check _virtual_imports files (#67) by Mathias Laurin · 11 months ago v0.26.0
- 1804901 Lint MYPYPATH creation: remove duplicates and sort sections (#66) by Mathias Laurin · 11 months ago
- 56706eb Update dependency mypy to ~=1.15.0 (#65) by renovate-thm[bot] · 11 months ago v0.25.0
- 809a275 Update bazel-contrib/setup-bazel action to v0.13.0 (#64) by renovate-thm[bot] · 12 months ago v0.24.0
- bfe333c Update bazel-contrib/setup-bazel action to v0.12.1 (#63) by renovate-thm[bot] · 1 year ago v0.23.0
- dcfb9f8 Update dependency mypy to ~=1.14.1 (#62) by renovate-thm[bot] · 1 year ago v0.22.0
- d9c886f Update dependency click to ~=8.1.8 (#60) by renovate-thm[bot] · 1 year ago
- 44414c0 Update bazel-contrib/setup-bazel action to v0.12.0 (#61) by renovate-thm[bot] · 1 year ago
- 29cdc7f Test with real Bazel 8 release (#58) by Mark Elliot · 1 year, 1 month ago v0.21.0
- 0e9eeb6 Fix considering py_proto_library (#59) by Keith Smiley · 1 year, 1 month ago v0.20.0
- 414b919 Instrument any rules that return PyInfo (#57) by Keith Smiley · 1 year, 1 month ago v0.19.0
- c477d2a Handle cases where PyInfo comes from rules_python (#56) by Mark Elliot · 1 year, 1 month ago v0.18.0
- 9b07262 Allow disabling color in output (#55) by Keith Smiley · 1 year, 2 months ago v0.17.0
- 4fa9740 Split out version markers in requirements.txt (#53) by Keith Smiley · 1 year, 2 months ago
- fe8b12b Remove python 3.12 specific API (#52) by Keith Smiley · 1 year, 2 months ago
- 2090931 Migrate renovate config (#51) by renovate-thm[bot] · 1 year, 2 months ago v0.16.0
- d0fe11a Update bazel-contrib/.github action to v7 (#50) by renovate-thm[bot] · 1 year, 2 months ago
- f521163 Fix automation (#49) by Mark Elliot · 1 year, 2 months ago
- 5029bb7 Add support for opt-in tags (#46) by Mark Elliot · 1 year, 2 months ago
- 43ae7fe Enable overriding py_binary rule used in mypy_cli (#45) by Mark Elliot · 1 year, 2 months ago
- 0001418 Deduplicate import dirs in mypy path, minor cleanups (#42) by Mark Elliot · 1 year, 2 months ago v0.15.0
- 638a3bc Skip builtin modules (#41) by Keith Smiley · 1 year, 2 months ago
- 940412f Add support for generated files with custom imports (#40) by Keith Smiley · 1 year, 2 months ago
- 61a9863 Add rule's data to mypy action (#38) by Keith Smiley · 1 year, 2 months ago v0.14.0
- d29e535 Add imports from current target to MYPYPATH (#39) by Keith Smiley · 1 year, 2 months ago
- dd59e24 Add `imports` to `MYPYPATH` (#37) by Keith Smiley · 1 year, 2 months ago
- 5f59aa6 Update bazel-contrib/setup-bazel action to v0.9.1 (#33) by renovate-thm[bot] · 1 year, 3 months ago v0.13.0
- 7517d87 Update dependency mypy to ~=1.13.0 (#31) by renovate-thm[bot] · 1 year, 3 months ago v0.12.0
- bd62839 Update dependency mypy to ~=1.12.1 (#30) by renovate-thm[bot] · 1 year, 3 months ago v0.11.0
- 430ce3b Update dependency mypy to ~=1.12.0 (#29) by renovate-thm[bot] · 1 year, 3 months ago v0.10.0
- 03155a7 Update bazel-contrib/setup-bazel action to v0.9.0 (#28) by renovate-thm[bot] · 1 year, 3 months ago v0.9.0
- b9fc417 Run our own test matrix (#27) by Mark Elliot · 1 year, 3 months ago
- eee7a9b Upgrade buildifier_prebuilt (#26) by Mark Elliot · 1 year, 3 months ago
- c7c113c Add explicit colorama dep (#24) by Keith Smiley · 1 year, 4 months ago v0.8.0
- 2e1867c Update readme.md (#20) by Michael Christen · 1 year, 4 months ago v0.7.0
- 6af63ea When cache disabled use a tmp dir for cache outputs (#19) by Mark Elliot · 1 year, 5 months ago v0.6.0
- f45cb05 Update dependency mypy to ~=1.11.2 (#18) by renovate-thm[bot] · 1 year, 5 months ago
- 036a06f Fix default mypy.ini and update readme (#17) by Mark Elliot · 1 year, 5 months ago v0.5.0
- e5e6045 Update readme to indicate using an absolute label for mypy.ini by Mark Elliot · 1 year, 5 months ago
- 4e2c620 Make suppression tags configurable (#14) by Mark Elliot · 1 year, 5 months ago v0.4.0
- f29040c Use mypy's hard exit for perf (#13) by Mark Elliot · 1 year, 5 months ago
- f2ed9dc Always initialize output values by Mark Elliot · 1 year, 5 months ago v0.3.1
- 21bd939 Add option to not propagate mypy cache (#12) by Mark Elliot · 1 year, 5 months ago v0.3.0
- df9eed1 Adding note about skipping mypy for targets. (#11) by Matt L · 1 year, 5 months ago
- eebf62b Add mypy config file as flag to underlying mypy_cli when present (#10) by Matt L · 1 year, 5 months ago v0.2.0
- 8c6c163 Enable reviewbot to stamp automation PRs (#9) by Mark Elliot · 1 year, 5 months ago
- 4aebc4e Update dependency mypy to ~=1.11.1 (#6) by renovate-thm[bot] · 1 year, 5 months ago v0.1.1
- 49061c3 Use versioned py_binary (#8) by Mark Elliot · 1 year, 5 months ago
- ce6c821 Use regular runner for automation (#7) by Mark Elliot · 1 year, 5 months ago
- 79a6217 Fix renovate.json by Mark Elliot · 1 year, 5 months ago
- fc861eb Format with buildifier by Mark Elliot · 1 year, 5 months ago
- afa087e Set python toolchain is_default = True by Mark Elliot · 1 year, 5 months ago
- 17ecda5 Remove mypy from examples/demo by Mark Elliot · 1 year, 5 months ago
- 6f7b10a Fix requirements update automation (#4) by Mark Elliot · 1 year, 5 months ago
- f05621d Fix renovate.json (#3) by Mark Elliot · 1 year, 5 months ago
- 766747b Renovate mypy by Mark Elliot · 1 year, 5 months ago
- 11ca604 Fix typo in metadata.template.json by Mark Elliot · 1 year, 5 months ago v0.1.0
- 6d5ad9d Update README by Mark Elliot · 1 year, 5 months ago
- 4c805e1 Convert to aspect by Mark Elliot · 1 year, 5 months ago
- 25a08a7 Remove multitool update automation by Mark Elliot · 1 year, 6 months ago
- e3307e7 Add comment around perf improvement by Mark Elliot · 1 year, 6 months ago
- 6406f97 Remove missing_stubs if it's present by Mark Elliot · 1 year, 6 months ago
- f00574b Fix cache propagation by Mark Elliot · 1 year, 6 months ago
- 03c2399 Add support for filtering upstream caches by Mark Elliot · 1 year, 6 months ago
- 8873f3c Support tags on mypy_cli by Mark Elliot · 1 year, 6 months ago
- 097bb11 Support for generated files by Mark Elliot · 1 year, 6 months ago
- 80efa92 Enable opt-out of mypy for targets with `no-mypy` tag by Mark Elliot · 1 year, 6 months ago
- 0f1921d Tweak mypy settings by Mark Elliot · 1 year, 6 months ago
- c691c62 Pull all runfiles (transitive deps) not just direct outputs by Mark Elliot · 1 year, 6 months ago
- d32f3b6 Format imports by Mark Elliot · 1 year, 6 months ago
- f442372 Propagate more kwargs by Mark Elliot · 1 year, 6 months ago
- 9e35b57 Handle absence of source files by Mark Elliot · 1 year, 6 months ago
- b142efd Handle absence of config file by Mark Elliot · 1 year, 6 months ago
- 26117bb Turn ctx.file into a list by Mark Elliot · 1 year, 6 months ago
- 00853b1 Include mypy.ini in execution environment by Mark Elliot · 1 year, 6 months ago
- 61b6b27 Fix source file reference by Mark Elliot · 1 year, 6 months ago
- 81a4166 Create rules_mypy by Mark Elliot · 1 year, 6 months ago