mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pip install --upgrade pyupgrade
|
|
|
|
git ls-files '*.py' | grep -v 'third_party/' | xargs pyupgrade --py311-plus
|