summaryrefslogtreecommitdiff
path: root/mypy-strict.ini
AgeCommit message (Expand)AuthorFilesLines
2021-06-24First step to rearrange files in tools folder (#60473)Rong Rong (AI Infra)1-1/+0
2021-06-22Disable warn_unused_ignores again (#60480)Sam Estep1-1/+4
2021-06-18remove unused `type: ignore` directives (#60006)Philip Meier1-0/+1
2021-06-07Strictly type everything in .github and tools (#59117)Sam Estep1-26/+2
2021-05-18Simplify .github/scripts/generate_ci_workflows.py (#58491)Sam Estep1-0/+1
2021-05-11Add tools/ script to limit circleci to a set of jobs (#58001)driazati1-0/+1
2021-05-10Use tools/print_test_stats.py in GHA (#57647)Sam Estep1-0/+1
2021-05-05Share VS Code settings/extensions nicely (#57671)Sam Estep1-4/+5
2021-04-22Remove some wildcards from mypy configs (#56645)Sam Estep1-3/+3
2021-04-21Add quicklint make target (#56559)davidriazati@fb.com1-0/+2
2021-04-21Set show_error_codes = True in mypy-strict.ini (#56616)Sam Estep1-0/+1
2021-04-20add codegen subdirectories to mypy-strict.ini (#56523)Brian Hirsh1-1/+1
2021-04-16Harden "Add annotations" workflow (#56071)Sam Estep1-0/+1
2021-04-12Use mypy internals instead of fnmatch for mypy wrapper (#55702)Sam Estep1-0/+1
2021-04-09Simplify benchmark patterns in mypy-strict.ini (#55700)Sam Estep1-2/+1
2021-04-09Translate annotation line numbers from merge to head (#55569)Sam Estep1-0/+2
2021-04-08Run ShellCheck on scripts in GitHub Actions workflows (#55486)Sam Estep1-0/+1
2021-04-08Add --suppress-diagnostics option (#55612)Nikita Shulga1-0/+1
2021-04-07Strict typecheck all files in tools/codegen (#55227)Edward Yang1-1/+1
2021-03-30Lint trailing newlines (#54737)Sam Estep1-0/+2
2021-03-23Definition infrastructure for instruction count ubenchmarks (#53296)Taylor Robie1-0/+2
2021-03-19.github: Add workflow to build libtorch (#53292)Sam Estep1-0/+1
2021-03-18Move mypy wrapper to tools (#54268)Sam Estep1-1/+1
2021-03-18Test tools/test_history.py (#54259)Sam Estep1-0/+1
2021-03-17First step to refactoring S3 reading logic (#53755)Jane Xu1-2/+4
2021-03-15Fix sharding algo + test it (#53942)Jane Xu1-0/+1
2021-02-11Add script to display history for a single test across multiple jobs over tim...Sam Estep1-0/+1
2021-02-08Warn if mypy version doesn't match CI (#51799)Sam Estep1-0/+1
2021-02-08[reland] Report test time regressions (#50171)Sam Estep1-0/+1
2021-01-26[reland] Refactor mypy configs list into editor-friendly wrapper (#50826)Sam Estep1-5/+13
2021-01-22Revert D25977352: [pytorch][PR] Refactor mypy configs list into editor-friend...Sam Estep1-13/+5
2021-01-22Refactor mypy configs list into editor-friendly wrapper (#50826)Sam Estep1-5/+13
2021-01-19Consolidate mypy tests and args (#50631)Sam Estep1-0/+1
2021-01-18[pytorch] clean up unused util srcs under tools/autograd (#50611)Jiakai Liu1-7/+2
2021-01-05[pytorch][codegen] migrate gen_variable_type to new data model (#49735)Jiakai Liu1-0/+2
2020-12-07Fix CI by removing gen_pyi from mypy-stirct.ini (#48961)Nikita Shulga1-1/+0
2020-12-07pyi codegen update - remove Declarations.yaml (#48754)Brian Hirsh1-0/+1
2020-11-19[pytorch][codegen] add autograd data model (#48249)Jiakai Liu1-0/+1
2020-11-14[pytorch][codegen] migrate gen_variable_factories.py to the new data model (#...Jiakai Liu1-0/+1
2020-11-14[pytorch][codegen] add fully migrated scripts to mypy strict config (#47747)Jiakai Liu1-0/+3
2020-10-20Add utilities to support handling of nested python data structures (#46287)Richard Zou1-1/+2
2020-10-15More Timer refinement (#46023)Taylor Robie1-2/+21
2020-08-31Rewrite of ATen code generator (#42629)Edward Yang1-2/+1
2020-08-05Add strict mypy type checking and update code_template.py (#42322)Edward Yang1-0/+33