parent
2c33be7a9c
commit
c32539b23a
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
#!/usr/bin/env bash |
||||||
|
|
||||||
|
set -e |
||||||
|
|
||||||
|
pip install --upgrade pyupgrade |
||||||
|
|
||||||
|
git ls-files '*.py' | grep -v 'third_party/' | xargs pyupgrade --py311-plus |
Loading…
Reference in new issue