Introduce pyupgrade
Todos
-
Introduce pyupgradehook: -
Issue with awaitinf-string:- With Py3.6 checks as minimum: Not possible, requires Py3.7.
- https://github.com/asottile/pyupgrade/issues/481
- Run with
--py36-plus, removeawaitinf-stringchanges, run hook with--py3-plus. - Fixed with pyupgrade v2.20.1, v2.21.0
-
Apply pyupgradeto Python files insilkajandtestsfolders -
Add pyupgradejob based onpre-commit
Edited by Moul