Skip to content

Commit

Permalink
add ast-grep to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ppashakhanloo committed Sep 5, 2024
1 parent 357ae9e commit c4243a4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/codemods/python/eliminate-async-io/.codemodrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
"version": "1.0.0",
"private": false,
"name": "python/eliminate-async-io",
"version": "1.0.1",
"engine": "ast-grep",
"private": false,
"arguments": [],
"meta": {
"tags": ["python", "asyncio"],
"tags": [
"python",
"asyncio",
"ast-grep"
],
"git": "https://github.com/codemod-com/codemod/tree/main/packages/codemods/python/eliminate-async-io"
}
}
}

0 comments on commit c4243a4

Please sign in to comment.