mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
* flake8 updates and cleanups
* Update to flake8 3.7.9.
* Update to flake8-bugbear 20.1.4.
* Only ignore errors in stub files.
* Remove obsolete error counts.
* Sort error codes alphabetically.
* Don't ignore the following errors (unneeded):
* E704 Multiple statements on one line (def)
* W504 Line break occurred after a binary operator
* B303 __metaclass__ used
* Remove obsolete comment
* Ignore F822 undefined name in __all__
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
git+https://github.com/python/mypy.git@master
|
|
typed-ast>=1.0.4
|
|
black==19.3b0
|
|
flake8==3.7.9
|
|
flake8-bugbear==20.1.4
|
|
flake8-pyi==19.3.0
|
|
isort==4.3.21
|
|
pytype>=2020.01.08
|