File: python-modernize.yaml

package info (click to toggle)
silver-platter 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,564 kB
  • sloc: python: 348; makefile: 33; sh: 1
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# To use this recipe install modernize:
# pip install modernize
---
name: modernize
command: python -m modernize -w .
mode: propose
merge-request:
  commit-message: Modernize Python code for eventual Python 3 migration