Skip to content

Commit a140a2e

Browse files
committed
Do not limit python version for ruff check
1 parent 44f33ca commit a140a2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mypy_issues/issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ def store_snippet(snip: Snippet) -> bool:
386386
str(dest.resolve()),
387387
"--select", "F821",
388388
"--output-format", "concise",
389+
"--target-version", "py313",
389390
],
390391
text=True,
391392
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)