Skip to content

Commit 6871ddf

Browse files
Diego ArdilaDiego Ardila
authored andcommitted
fix pylint typo
1 parent 0c7c05b commit 6871ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run:
2626
name: Pylint Lint Check # Uses .pylintrc for configuration
2727
command: |
28-
poetry pylint nucleus
28+
poetry run pylint nucleus
2929
- run :
3030
name: MyPy typing check
3131
command: |

0 commit comments

Comments
 (0)