/
valemobil
/
python-future
Обзор
Документация
Войти
/
valemobil
/
python-future
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.pre-commit-hooks.yaml
15 строк
406 B
Dominik Kozaczko
Add simple documentation
08 фев 2020, 00:38
Не верифицирован
08 фев 2020, 00:38
6c6e3ae
Код
Авторство
О чём код?
- id: futurize name: futurize description: Futurize your Py2 code to ensure it is runnable on Py3. language: python types: [python] entry: futurize -w -n --no-diffs args: [--stage1] - id: pasteurize name: pasteurize description: Pasteurize your Py3 code to ensure it is runnable on Py2. language: python language_version: python3 types: [python] entry: pasteurize -w -n --no-diffs