Skip to content

Commit

Permalink
added new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhausen committed Jun 5, 2024
1 parent cc1e0ac commit ef0ad3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [ $RETURN_VALUE != 0 ]; then
exit 1
fi
echo Finished
exit 0
exit 0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ lint.ignore = [
target-version = "py311"

[tool.ruff.lint.pydocstyle] # https://docs.astral.sh/ruff/settings/#lint_pydocstyle_convention
convention = "google"
convention = "google"

0 comments on commit ef0ad3d

Please sign in to comment.