summaryrefslogtreecommitdiff
path: root/.github/workflows/lint_mypy.yml
AgeCommit message (Expand)Author
2021-12-31rename lint workflow for less confusionEli Schwartz
2021-12-30unpin pylint in CI -- the mentioned issue is long since fixedEli Schwartz
2021-09-04ci: Use GitHub concurrencyDaniel Mensinger
2021-06-29tests: test that we always set encodingDaniel Mensinger
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger
2020-09-06ci: update to use latest recommendationsMichael Hirsch
2020-06-22arglist: Fix remaining mypy errors and warningsDylan Baker
2020-04-30CI: pin pylintJon Turney
2020-03-05ci: Add mesonlib to modules to lint with mypyDylan Baker
2020-03-04mesonbuild: Add mcompile commandDylan Baker
2020-03-02types: Annotate ast/introspection.pyDaniel Mensinger
2020-03-02types: Annotate mparser.pyDaniel Mensinger
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker
2020-02-20boost: Updated testsDaniel Mensinger
2019-12-14ci: type hint checking for compilers/mixins/intel.pyMichael Hirsch, Ph.D
2019-12-07types: Add type annotations to mintro.pyDaniel Mensinger
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D
2019-11-17lint+mypy: move to github actionsMichael Hirsch, Ph.D