Skip to content

Commit a23d3de

Browse files
committed
ci: fix linters
1 parent 32dfc9a commit a23d3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: pyupgrade
5252
run: |
5353
find -name "*.py" -print0 |\
54-
xargs -0 -n1 pyupgrade --py38-plus
54+
xargs -0 -n1 pyupgrade --py38-plus --keep-runtime-typing

0 commit comments

Comments
 (0)