Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 13, 2024
1 parent a47ec50 commit 6d48a00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libs/openchallenges/api-client-python/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
],
"cwd": "{projectRoot}"
}
},
"pylint": {
"executor": "nx:run-commands",
"options": {
"commands": [
"poetry run pylint ./openchallenges_client"
],
"cwd": "{projectRoot}"
}
}
},
"tags": [
Expand Down

0 comments on commit 6d48a00

Please sign in to comment.