mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 13:22:22 +08:00
6d316f2bc7
date: 2024-06-11T01:36:39 master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
8 lines
138 B
Bash
8 lines
138 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pip install --upgrade pyupgrade
|
|
|
|
git ls-files '*.py' | grep -v 'third_party/' | xargs pyupgrade --py311-plus
|