We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dfc9a commit a23d3deCopy full SHA for a23d3de
.github/workflows/linter.yml
@@ -51,4 +51,4 @@ jobs:
51
- name: pyupgrade
52
run: |
53
find -name "*.py" -print0 |\
54
- xargs -0 -n1 pyupgrade --py38-plus
+ xargs -0 -n1 pyupgrade --py38-plus --keep-runtime-typing
0 commit comments