Skip to content

Commit

Permalink
FIX: typo in pylint makefile command.
Browse files Browse the repository at this point in the history
  • Loading branch information
phmbressan authored Jan 27, 2024
1 parent c005298 commit 2c4cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ black:
black rocketpy/ tests/ docs/

pylint:
-pylint rocketpy tests --output=.pylint-report.txt
pylint rocketpy tests --output=.pylint-report.txt

build-docs:
cd docs && python3 -m pip install -r requirements.txt && make html
Expand Down

0 comments on commit 2c4cb98

Please sign in to comment.