Skip to content

Commit

Permalink
chore: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zambelli committed Oct 16, 2024
1 parent 5d607d9 commit a89f4e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libz # fix: for numpy/pandas import

pyfix = {
exec = "ruff check . --fix && ruff format .";
description = "Lint, (possibly) fix and apply formatting to python files";
description = "Lint, (possibly) fix and apply formatting to python files.";
};
{% endblock %}

Expand Down

0 comments on commit a89f4e2

Please sign in to comment.