Commit Graph

18 Commits

Author SHA1 Message Date
Maxim Kurnikov 3692097cca add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
Pradyun Gedam f377148f6d
Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
Pradyun Gedam d4f0f4e3d4
Merge pull request #5671 from segevfiner/ascii-progress-bar-fix
Make the ascii progress bar really be ascii, not Unicode
2019-07-06 09:13:43 +05:30
Quentin Pradet 015ceb1377
Remove helpers.py from progress vendor
Noticed by https://github.com/eli-schwartz
2019-04-01 17:50:49 +04:00
Pi Delport 5f3c56e188 Fix some typos 2019-03-12 21:54:18 +01:00
Pradyun Gedam d4217f0cc3
Merge pull request #6129 from asottile/dead
delete some dead code
2019-02-24 22:08:16 +05:30
Maxim Kurnikov f77b8ca051 remove #noqa: F401 2019-02-22 14:17:07 +03:00
Anthony Sottile 54247561ac Remove progress bar types
introduced in 0552ffeeda but never referenced
2019-02-20 11:50:59 -08:00
Maxim Kurnikov 5e5904e61c Add type annotations for pip._internal.utils and pip._internal.vcs.__init__ (#6061) 2018-12-08 08:47:24 +05:30
Pradyun Gedam d5b363be5b
Revert "Limit progress updates to avoid swamping the TTY" 2018-09-19 09:19:08 +05:30
Pradyun Gedam 62b03f2a3a
Merge pull request #5124 from gaul/ui/limit-progress
Limit progress updates to avoid swamping the TTY
2018-08-13 23:32:10 +05:30
Segev Finer 6db3f88cf4 Make the ascii progress bar really be ascii, not Unicode
Found while debugging #5665
2018-07-30 02:47:24 +03:00
Pradyun Gedam 4fc697847a
Update imports for the moved compat module 2018-07-29 18:32:20 +05:30
Pradyun Gedam a121abbc30
Add flake8 ignores for mypy imports 2018-06-13 13:17:30 +05:30
Andrew Gaul 13d0bd8b46 Limit progress updates to avoid swamping the TTY
This makes the values more readable for large downloads on fast
connections.  200 ms value chosen from wget.
2018-03-28 15:09:56 -07:00
Pradyun Gedam 353a13ddff
isort: Include trailing commas 2017-11-21 13:23:59 +05:30
Pradyun S. Gedam 11451c54ec Merge branch 'master' into mypy/infrastructure 2017-09-02 16:06:48 +05:30
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Renamed from pip/utils/ui.py (Browse further)