- 11 May, 2020 1 commit
-
-
Philip Meier authored
* add mypy config * fix syntax error * fix annotations in torchvision/utils.py * add mypy type check to CircleCI * add mypy cache to ignore files * try fix CI * ignore flake8 F821 since it interferes with mypy * add mypy type check to config generator * explicitly set config files
-
- 25 Oct, 2018 1 commit
-
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 24 Aug, 2017 1 commit
-
-
Dougal J. Sutherland authored
-
- 18 Mar, 2017 1 commit
-
-
soumith authored
-
- 27 Feb, 2017 3 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 18 Jan, 2017 1 commit
-
-
Thomas Grainger authored
-